Html Css Color HEX #011DBC International Klein Blue

📋 copy color: '#011DBC'

red 1 ◦ green 29 ◦ blue 188

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

Shades of International Klein Blue #011DBC

Tints of International Klein Blue #011DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 86.24%

R = 0.46%
G = 13.3%
B = 86.24%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#011DBC (or 0x011DBC) is known color: International Klein Blue. HEX triplet: 01, 1D and BC. RGB value is (1,29,188). Sum of RGB (Red+Green+Blue) = 1+29+188=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 188 (73.83% from 255 or 86.24% from 218); Max value from RGB is 188 - color contains mainly: blue. Hex color #011DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011DBC is #FEE243. Grayscale: #262626. Windows color (decimal): -16704068 or 12328193. OLE color: 12328193.

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

Color convert

RGB 1 29 188 -
CMYK 0.99 0.85 0 0.26
HSL 231.02º 0.99% 0.37% -
HSV(B) 231.02º 0.99% 0.74% -
XYZ 9.53 4.52 47.95 -
YUV 38.75 212.22 101.07 -
System Red Green Blue C M Y K H S L
Decimal 1 29 188 0.99 0.85 0 0.26 231.02 0.99 0.37
Hex 1 1D BC 63 55 0 1A E7 63 25
Octal 1 35 274 143 125 0 32 347 143 45
Binary 1 11101 10111100 1100011 1010101 0 11010 11100111 1100011 100101

Color Harmonies of #011DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011DBC

Black with #011DBC

Text Example


Text Example

White with #011DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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