Html Css Color HEX #011CB0 International Klein Blue

📋 copy color: '#011CB0'

red 1 ◦ green 28 ◦ blue 176

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

Shades of International Klein Blue #011CB0

Tints of International Klein Blue #011CB0

RGB

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

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

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

R = 0.49%
G = 13.66%
B = 85.85%

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

#011CB0 (or 0x011CB0) is known color: International Klein Blue. HEX triplet: 01, 1C and B0. RGB value is (1,28,176). Sum of RGB (Red+Green+Blue) = 1+28+176=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 176 (69.14% from 255 or 85.85% from 205); Max value from RGB is 176 - color contains mainly: blue. Hex color #011CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011CB0 is #FEE34F. Grayscale: #242424. Windows color (decimal): -16704336 or 11541505. OLE color: 11541505.

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

Color convert

RGB 1 28 176 -
CMYK 0.99 0.84 0 0.31
HSL 230.74º 0.99% 0.35% -
HSV(B) 230.74º 0.99% 0.69% -
XYZ 8.26 3.97 41.41 -
YUV 36.8 206.55 102.47 -
System Red Green Blue C M Y K H S L
Decimal 1 28 176 0.99 0.84 0 0.31 230.74 0.99 0.35
Hex 1 1C B0 63 54 0 1F E7 63 23
Octal 1 34 260 143 124 0 37 347 143 43
Binary 1 11100 10110000 1100011 1010100 0 11111 11100111 1100011 100011

Color Harmonies of #011CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011CB0

Black with #011CB0

Text Example


Text Example

White with #011CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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