Html Css Color HEX #0A18AD International Klein Blue

📋 copy color: '#0A18AD'

red 10 ◦ green 24 ◦ blue 173

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

Shades of International Klein Blue #0A18AD

Tints of International Klein Blue #0A18AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.59%

 BLUE value IS 173 (67.97% from 255) = 83.57%

R = 4.83%
G = 11.59%
B = 83.57%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0A18AD (or 0x0A18AD) is known color: International Klein Blue. HEX triplet: 0A, 18 and AD. RGB value is (10,24,173). Sum of RGB (Red+Green+Blue) = 10+24+173=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A18AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A18AD is #F5E752. Grayscale: #242424. Windows color (decimal): -16115539 or 11343882. OLE color: 11343882.

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

Color convert

RGB 10 24 173 -
CMYK 0.94 0.86 0 0.32
HSL 234.85º 0.89% 0.36% -
HSV(B) 234.85º 0.94% 0.68% -
XYZ 7.99 3.73 39.83 -
YUV 36.8 204.86 108.88 -
System Red Green Blue C M Y K H S L
Decimal 10 24 173 0.94 0.86 0 0.32 234.85 0.89 0.36
Hex A 18 AD 5E 56 0 20 EB 59 24
Octal 12 30 255 136 126 0 40 353 131 44
Binary 1010 11000 10101101 1011110 1010110 0 100000 11101011 1011001 100100

Color Harmonies of #0A18AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A18AD

Black with #0A18AD

Text Example


Text Example

White with #0A18AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,24,173); }

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

background-color css

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

 a { background-color: rgb(10,24,173); }

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

border-color css

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

 span { border-color: rgb(10,24,173); }

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