Html Css Color HEX #011DBB International Klein Blue

📋 copy color: '#011DBB'

red 1 ◦ green 29 ◦ blue 187

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

Shades of International Klein Blue #011DBB

Tints of International Klein Blue #011DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 86.18%

R = 0.46%
G = 13.36%
B = 86.18%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#011DBB (or 0x011DBB) is known color: International Klein Blue. HEX triplet: 01, 1D and BB. RGB value is (1,29,187). Sum of RGB (Red+Green+Blue) = 1+29+187=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 187 (73.44% from 255 or 86.18% from 217); Max value from RGB is 187 - color contains mainly: blue. Hex color #011DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011DBB is #FEE244. Grayscale: #252525. Windows color (decimal): -16704069 or 12262657. OLE color: 12262657.

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

Color convert

RGB 1 29 187 -
CMYK 0.99 0.84 0 0.27
HSL 230.97º 0.99% 0.37% -
HSV(B) 230.97º 0.99% 0.73% -
XYZ 9.42 4.47 47.38 -
YUV 38.64 211.72 101.15 -
System Red Green Blue C M Y K H S L
Decimal 1 29 187 0.99 0.84 0 0.27 230.97 0.99 0.37
Hex 1 1D BB 63 54 0 1B E7 63 25
Octal 1 35 273 143 124 0 33 347 143 45
Binary 1 11101 10111011 1100011 1010100 0 11011 11100111 1100011 100101

Color Harmonies of #011DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011DBB

Black with #011DBB

Text Example


Text Example

White with #011DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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