Html Css Color HEX #0A1AAA International Klein Blue

📋 copy color: '#0A1AAA'

red 10 ◦ green 26 ◦ blue 170

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

Shades of International Klein Blue #0A1AAA

Tints of International Klein Blue #0A1AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.62%

 BLUE value IS 170 (66.8% from 255) = 82.52%

R = 4.85%
G = 12.62%
B = 82.52%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A1AAA (or 0x0A1AAA) is known color: International Klein Blue. HEX triplet: 0A, 1A and AA. RGB value is (10,26,170). Sum of RGB (Red+Green+Blue) = 10+26+170=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 170 (66.80% from 255 or 82.52% from 206); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A1AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1AAA is #F5E555. Grayscale: #252525. Windows color (decimal): -16115030 or 11147786. OLE color: 11147786.

HSL color Cylindrical-coordinate representation of color #0A1AAA: hue angle of 234º 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 #0A1AAA is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 26 170 -
CMYK 0.94 0.85 0 0.33
HSL 234º 0.89% 0.35% -
HSV(B) 234º 0.94% 0.67% -
XYZ 7.75 3.71 38.34 -
YUV 37.63 202.7 108.29 -
System Red Green Blue C M Y K H S L
Decimal 10 26 170 0.94 0.85 0 0.33 234 0.89 0.35
Hex A 1A AA 5E 55 0 21 EA 59 23
Octal 12 32 252 136 125 0 41 352 131 43
Binary 1010 11010 10101010 1011110 1010101 0 100001 11101010 1011001 100011

Color Harmonies of #0A1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1AAA

Black with #0A1AAA

Text Example


Text Example

White with #0A1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,26,170); }

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

background-color css

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

 a { background-color: rgb(10,26,170); }

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

border-color css

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

 span { border-color: rgb(10,26,170); }

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