Html Css Color HEX #011DB0 International Klein Blue

📋 copy color: '#011DB0'

red 1 ◦ green 29 ◦ blue 176

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

Shades of International Klein Blue #011DB0

Tints of International Klein Blue #011DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 85.44%

R = 0.49%
G = 14.08%
B = 85.44%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#011DB0 (or 0x011DB0) is known color: International Klein Blue. HEX triplet: 01, 1D and B0. RGB value is (1,29,176). Sum of RGB (Red+Green+Blue) = 1+29+176=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 176 (69.14% from 255 or 85.44% from 206); Max value from RGB is 176 - color contains mainly: blue. Hex color #011DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011DB0 is #FEE24F. Grayscale: #242424. Windows color (decimal): -16704080 or 11541761. OLE color: 11541761.

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

Color convert

RGB 1 29 176 -
CMYK 0.99 0.84 0 0.31
HSL 230.4º 0.99% 0.35% -
HSV(B) 230.4º 0.99% 0.69% -
XYZ 8.29 4.02 41.41 -
YUV 37.39 206.22 102.05 -
System Red Green Blue C M Y K H S L
Decimal 1 29 176 0.99 0.84 0 0.31 230.4 0.99 0.35
Hex 1 1D B0 63 54 0 1F E6 63 23
Octal 1 35 260 143 124 0 37 346 143 43
Binary 1 11101 10110000 1100011 1010100 0 11111 11100110 1100011 100011

Color Harmonies of #011DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011DB0

Black with #011DB0

Text Example


Text Example

White with #011DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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