Html Css Color HEX #0A1BAB International Klein Blue

📋 copy color: '#0A1BAB'

red 10 ◦ green 27 ◦ blue 171

#0A1BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0A1BAB

Tints of International Klein Blue #0A1BAB

RGB

 RED value IS 10 (4.3% from 255) = 4.81%

 GREEN value IS 27 (10.94% from 255) = 12.98%

 BLUE value IS 171 (67.19% from 255) = 82.21%

R = 4.81%
G = 12.98%
B = 82.21%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A1BAB (or 0x0A1BAB) is known color: International Klein Blue. HEX triplet: 0A, 1B and AB. RGB value is (10,27,171). Sum of RGB (Red+Green+Blue) = 10+27+171=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 171 (67.19% from 255 or 82.21% from 208); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A1BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1BAB is #F5E454. Grayscale: #252525. Windows color (decimal): -16114773 or 11213578. OLE color: 11213578.

HSL color Cylindrical-coordinate representation of color #0A1BAB: hue angle of 233.66º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A1BAB is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 27 171 -
CMYK 0.94 0.84 0 0.33
HSL 233.66º 0.89% 0.35% -
HSV(B) 233.66º 0.94% 0.67% -
XYZ 7.87 3.79 38.84 -
YUV 38.33 202.87 107.79 -
System Red Green Blue C M Y K H S L
Decimal 10 27 171 0.94 0.84 0 0.33 233.66 0.89 0.35
Hex A 1B AB 5E 54 0 21 EA 59 23
Octal 12 33 253 136 124 0 41 352 131 43
Binary 1010 11011 10101011 1011110 1010100 0 100001 11101010 1011001 100011

Color Harmonies of #0A1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1BAB

Black with #0A1BAB

Text Example


Text Example

White with #0A1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A1BAB;
 }
 .AnyTagClassName
 {
   color: #0A1BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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