Html Css Color HEX #011DB1 International Klein Blue

📋 copy color: '#011DB1'

red 1 ◦ green 29 ◦ blue 177

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

Shades of International Klein Blue #011DB1

Tints of International Klein Blue #011DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 85.51%

R = 0.48%
G = 14.01%
B = 85.51%

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

#011DB1 (or 0x011DB1) is known color: International Klein Blue. HEX triplet: 01, 1D and B1. RGB value is (1,29,177). Sum of RGB (Red+Green+Blue) = 1+29+177=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 177 (69.53% from 255 or 85.51% from 207); Max value from RGB is 177 - color contains mainly: blue. Hex color #011DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011DB1 is #FEE24E. Grayscale: #242424. Windows color (decimal): -16704079 or 11607297. OLE color: 11607297.

HSL color Cylindrical-coordinate representation of color #011DB1: hue angle of 230.45º 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 #011DB1 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 29 177 -
CMYK 0.99 0.84 0 0.31
HSL 230.45º 0.99% 0.35% -
HSV(B) 230.45º 0.99% 0.69% -
XYZ 8.39 4.06 41.94 -
YUV 37.5 206.72 101.97 -
System Red Green Blue C M Y K H S L
Decimal 1 29 177 0.99 0.84 0 0.31 230.45 0.99 0.35
Hex 1 1D B1 63 54 0 1F E6 63 23
Octal 1 35 261 143 124 0 37 346 143 43
Binary 1 11101 10110001 1100011 1010100 0 11111 11100110 1100011 100011

Color Harmonies of #011DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011DB1

Black with #011DB1

Text Example


Text Example

White with #011DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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