Html Css Color HEX #011C9F International Klein Blue

📋 copy color: '#011C9F'

red 1 ◦ green 28 ◦ blue 159

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

Shades of International Klein Blue #011C9F

Tints of International Klein Blue #011C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 84.57%

R = 0.53%
G = 14.89%
B = 84.57%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#011C9F (or 0x011C9F) is known color: International Klein Blue. HEX triplet: 01, 1C and 9F. RGB value is (1,28,159). Sum of RGB (Red+Green+Blue) = 1+28+159=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 159 (62.5% from 255 or 84.57% from 188); Max value from RGB is 159 - color contains mainly: blue. Hex color #011C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C9F is #FEE360. Grayscale: #222222. Windows color (decimal): -16704353 or 10427393. OLE color: 10427393.

HSL color Cylindrical-coordinate representation of color #011C9F: hue angle of 229.75º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C9F is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 28 159 -
CMYK 0.99 0.82 0 0.38
HSL 229.75º 0.99% 0.31% -
HSV(B) 229.75º 0.99% 0.62% -
XYZ 6.69 3.34 33.09 -
YUV 34.86 198.05 103.85 -
System Red Green Blue C M Y K H S L
Decimal 1 28 159 0.99 0.82 0 0.38 229.75 0.99 0.31
Hex 1 1C 9F 63 52 0 26 E6 63 1F
Octal 1 34 237 143 122 0 46 346 143 37
Binary 1 11100 10011111 1100011 1010010 0 100110 11100110 1100011 11111

Color Harmonies of #011C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C9F

Black with #011C9F

Text Example


Text Example

White with #011C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011C9F; }

 p { color: rgb(1,28,159); }

 H1.HeaderClassName
 {
   color: #011C9F;
 }
 .AnyTagClassName
 {
   color: #011C9F;
 }
</style>

background-color css

<style>
 a { background-color: #011C9F; }

 a { background-color: rgb(1,28,159); }

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

border-color css

<style>
 span { border-color: #011C9F; }

 span { border-color: rgb(1,28,159); }

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