Html Css Color HEX #011CBD International Klein Blue

📋 copy color: '#011CBD'

red 1 ◦ green 28 ◦ blue 189

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

Shades of International Klein Blue #011CBD

Tints of International Klein Blue #011CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.84%

 BLUE value IS 189 (74.22% from 255) = 86.7%

R = 0.46%
G = 12.84%
B = 86.7%

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

#011CBD (or 0x011CBD) is known color: International Klein Blue. HEX triplet: 01, 1C and BD. RGB value is (1,28,189). Sum of RGB (Red+Green+Blue) = 1+28+189=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 189 (74.22% from 255 or 86.70% from 218); Max value from RGB is 189 - color contains mainly: blue. Hex color #011CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011CBD is #FEE342. Grayscale: #252525. Windows color (decimal): -16704323 or 12393473. OLE color: 12393473.

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

Color convert

RGB 1 28 189 -
CMYK 0.99 0.85 0 0.26
HSL 231.38º 0.99% 0.37% -
HSV(B) 231.38º 0.99% 0.74% -
XYZ 9.61 4.51 48.51 -
YUV 38.28 213.05 101.41 -
System Red Green Blue C M Y K H S L
Decimal 1 28 189 0.99 0.85 0 0.26 231.38 0.99 0.37
Hex 1 1C BD 63 55 0 1A E7 63 25
Octal 1 34 275 143 125 0 32 347 143 45
Binary 1 11100 10111101 1100011 1010101 0 11010 11100111 1100011 100101

Color Harmonies of #011CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011CBD

Black with #011CBD

Text Example


Text Example

White with #011CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,28,189); }

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

background-color css

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

 a { background-color: rgb(1,28,189); }

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

border-color css

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

 span { border-color: rgb(1,28,189); }

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