#0a1bba

Color #0A1BBA International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0A1BBA

Tints of International Klein Blue #0A1BBA

Color information

#0A1BBA (or 0x0A1BBA) is unknown color: approx International Klein Blue. HEX triplet: 0A, 1B and BA. RGB value is (10,27,186). Sum of RGB (Red+Green+Blue) = 10+27+186=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A1BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1BBA is #F5E445. Grayscale: #272727. Windows color (decimal): -16114758 or 12196618. OLE color: 12196618.

HSL color Cylindrical-coordinate representation of color #0A1BBA: hue angle of 234.2º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1BBA is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1027186-
CMYK0.950.8500.27
HSL234.2º89.8%38.43%-
HSV(B)234.2º94.62%72.94%-
XYZ9.384.3946.81-
YUV40.04210.37106.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 27 (10.94% from 255) = 12.11%
BLUE value IS 186 (73.05% from 255) = 83.41%
R=4.48%
G=12.11%
B=83.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10271860.950.8500.27234.289.838.43
HexA1BBA5F5501Bea5a26
Octal123327213712503335213246
Binary1010110111011101010111111010101011011111010101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a1bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0a1bba; }

 p { color: rgb(10,27,186); }

 H1.HeaderClassName
 {
   color: #0a1bba;
 }
 .AnyTagClassName
 {
   color: #0a1bba;
 }
</style>
background-color css

<style>
 a { background-color: #0a1bba; }

 a { background-color: rgb(10,27,186); }

 div.DivClassName
 {
   background-color: #0a1bba;
 }
 .BgClassName
 {
   background-color: #0a1bba;
 }
</style>
border-color css

<style>
 span { border-color: #0a1bba; }

 span { border-color: rgb(10,27,186); }

 td.TdClassName
 {
   border-color: #0a1bba;
 }
 .TagClassName
 {
   border-color: #0a1bba;
 }
</style>