Html Css Color HEX #0A1EA8 International Klein Blue

📋 copy color: '#0A1EA8'

red 10 ◦ green 30 ◦ blue 168

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

Shades of International Klein Blue #0A1EA8

Tints of International Klein Blue #0A1EA8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.42%

 BLUE value IS 168 (66.02% from 255) = 80.77%

R = 4.81%
G = 14.42%
B = 80.77%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0A1EA8 (or 0x0A1EA8) is known color: International Klein Blue. HEX triplet: 0A, 1E and A8. RGB value is (10,30,168). Sum of RGB (Red+Green+Blue) = 10+30+168=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 168 (66.02% from 255 or 80.77% from 208); Max value from RGB is 168 - color contains mainly: blue. Hex color #0A1EA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1EA8 is #F5E157. Grayscale: #272727. Windows color (decimal): -16114008 or 11017738. OLE color: 11017738.

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

Color convert

RGB 10 30 168 -
CMYK 0.94 0.82 0 0.34
HSL 232.41º 0.89% 0.35% -
HSV(B) 232.41º 0.94% 0.66% -
XYZ 7.66 3.82 37.38 -
YUV 39.75 200.37 106.78 -
System Red Green Blue C M Y K H S L
Decimal 10 30 168 0.94 0.82 0 0.34 232.41 0.89 0.35
Hex A 1E A8 5E 52 0 22 E8 59 23
Octal 12 36 250 136 122 0 42 350 131 43
Binary 1010 11110 10101000 1011110 1010010 0 100010 11101000 1011001 100011

Color Harmonies of #0A1EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1EA8

Black with #0A1EA8

Text Example


Text Example

White with #0A1EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,30,168); }

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

background-color css

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

 a { background-color: rgb(10,30,168); }

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

border-color css

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

 span { border-color: rgb(10,30,168); }

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