Html Css Color HEX #0A1CAE International Klein Blue

📋 copy color: '#0A1CAE'

red 10 ◦ green 28 ◦ blue 174

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

Shades of International Klein Blue #0A1CAE

Tints of International Klein Blue #0A1CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 82.08%

R = 4.72%
G = 13.21%
B = 82.08%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A1CAE (or 0x0A1CAE) is known color: International Klein Blue. HEX triplet: 0A, 1C and AE. RGB value is (10,28,174). Sum of RGB (Red+Green+Blue) = 10+28+174=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 174 (68.36% from 255 or 82.08% from 212); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A1CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1CAE is #F5E351. Grayscale: #262626. Windows color (decimal): -16114514 or 11410442. OLE color: 11410442.

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

Color convert

RGB 10 28 174 -
CMYK 0.94 0.84 0 0.32
HSL 233.41º 0.89% 0.36% -
HSV(B) 233.41º 0.94% 0.68% -
XYZ 8.18 3.95 40.38 -
YUV 39.26 204.04 107.13 -
System Red Green Blue C M Y K H S L
Decimal 10 28 174 0.94 0.84 0 0.32 233.41 0.89 0.36
Hex A 1C AE 5E 54 0 20 E9 59 24
Octal 12 34 256 136 124 0 40 351 131 44
Binary 1010 11100 10101110 1011110 1010100 0 100000 11101001 1011001 100100

Color Harmonies of #0A1CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1CAE

Black with #0A1CAE

Text Example


Text Example

White with #0A1CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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