Html Css Color HEX #0118A0 International Klein Blue

📋 copy color: '#0118A0'

red 1 ◦ green 24 ◦ blue 160

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

Shades of International Klein Blue #0118A0

Tints of International Klein Blue #0118A0

RGB

 RED value IS 1 (0.78% from 255) = 0.54%

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

 BLUE value IS 160 (62.89% from 255) = 86.49%

R = 0.54%
G = 12.97%
B = 86.49%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0118A0 (or 0x0118A0) is known color: International Klein Blue. HEX triplet: 01, 18 and A0. RGB value is (1,24,160). Sum of RGB (Red+Green+Blue) = 1+24+160=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 160 (62.89% from 255 or 86.49% from 185); Max value from RGB is 160 - color contains mainly: blue. Hex color #0118A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0118A0 is #FEE75F. Grayscale: #202020. Windows color (decimal): -16705376 or 10491905. OLE color: 10491905.

HSL color Cylindrical-coordinate representation of color #0118A0: hue angle of 231.32º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0118A0 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 24 160 -
CMYK 0.99 0.85 0 0.37
HSL 231.32º 0.99% 0.32% -
HSV(B) 231.32º 0.99% 0.63% -
XYZ 6.68 3.2 33.52 -
YUV 32.63 199.88 105.44 -
System Red Green Blue C M Y K H S L
Decimal 1 24 160 0.99 0.85 0 0.37 231.32 0.99 0.32
Hex 1 18 A0 63 55 0 25 E7 63 20
Octal 1 30 240 143 125 0 45 347 143 40
Binary 1 11000 10100000 1100011 1010101 0 100101 11100111 1100011 100000

Color Harmonies of #0118A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0118A0

Black with #0118A0

Text Example


Text Example

White with #0118A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0118A0; }

 p { color: rgb(1,24,160); }

 H1.HeaderClassName
 {
   color: #0118A0;
 }
 .AnyTagClassName
 {
   color: #0118A0;
 }
</style>

background-color css

<style>
 a { background-color: #0118A0; }

 a { background-color: rgb(1,24,160); }

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

border-color css

<style>
 span { border-color: #0118A0; }

 span { border-color: rgb(1,24,160); }

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