Html Css Color HEX #011D99 International Klein Blue

📋 copy color: '#011D99'

red 1 ◦ green 29 ◦ blue 153

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

Shades of International Klein Blue #011D99

Tints of International Klein Blue #011D99

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.85%

 BLUE value IS 153 (60.16% from 255) = 83.61%

R = 0.55%
G = 15.85%
B = 83.61%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#011D99 (or 0x011D99) is known color: International Klein Blue. HEX triplet: 01, 1D and 99. RGB value is (1,29,153). Sum of RGB (Red+Green+Blue) = 1+29+153=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 153 (60.16% from 255 or 83.61% from 183); Max value from RGB is 153 - color contains mainly: blue. Hex color #011D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011D99 is #FEE266. Grayscale: #222222. Windows color (decimal): -16704103 or 10034433. OLE color: 10034433.

HSL color Cylindrical-coordinate representation of color #011D99: hue angle of 228.95º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D99 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 29 153 -
CMYK 0.99 0.81 0 0.4
HSL 228.95º 0.99% 0.3% -
HSV(B) 228.95º 0.99% 0.6% -
XYZ 6.2 3.19 30.42 -
YUV 34.76 194.72 103.92 -
System Red Green Blue C M Y K H S L
Decimal 1 29 153 0.99 0.81 0 0.4 228.95 0.99 0.3
Hex 1 1D 99 63 51 0 28 E5 63 1E
Octal 1 35 231 143 121 0 50 345 143 36
Binary 1 11101 10011001 1100011 1010001 0 101000 11100101 1100011 11110

Color Harmonies of #011D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D99

Black with #011D99

Text Example


Text Example

White with #011D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,29,153); }

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

background-color css

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

 a { background-color: rgb(1,29,153); }

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

border-color css

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

 span { border-color: rgb(1,29,153); }

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