Html Css Color HEX #0A1CAA International Klein Blue

📋 copy color: '#0A1CAA'

red 10 ◦ green 28 ◦ blue 170

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

Shades of International Klein Blue #0A1CAA

Tints of International Klein Blue #0A1CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

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

R = 4.81%
G = 13.46%
B = 81.73%

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

#0A1CAA (or 0x0A1CAA) is known color: International Klein Blue. HEX triplet: 0A, 1C and AA. RGB value is (10,28,170). Sum of RGB (Red+Green+Blue) = 10+28+170=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 170 (66.80% from 255 or 81.73% from 208); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A1CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1CAA is #F5E355. Grayscale: #262626. Windows color (decimal): -16114518 or 11148298. OLE color: 11148298.

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

Color convert

RGB 10 28 170 -
CMYK 0.94 0.84 0 0.33
HSL 233.25º 0.89% 0.35% -
HSV(B) 233.25º 0.94% 0.67% -
XYZ 7.8 3.8 38.35 -
YUV 38.81 202.04 107.45 -
System Red Green Blue C M Y K H S L
Decimal 10 28 170 0.94 0.84 0 0.33 233.25 0.89 0.35
Hex A 1C AA 5E 54 0 21 E9 59 23
Octal 12 34 252 136 124 0 41 351 131 43
Binary 1010 11100 10101010 1011110 1010100 0 100001 11101001 1011001 100011

Color Harmonies of #0A1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1CAA

Black with #0A1CAA

Text Example


Text Example

White with #0A1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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