Html Css Color HEX #011CB1 International Klein Blue

📋 copy color: '#011CB1'

red 1 ◦ green 28 ◦ blue 177

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

Shades of International Klein Blue #011CB1

Tints of International Klein Blue #011CB1

RGB

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

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

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

R = 0.49%
G = 13.59%
B = 85.92%

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

#011CB1 (or 0x011CB1) is known color: International Klein Blue. HEX triplet: 01, 1C and B1. RGB value is (1,28,177). Sum of RGB (Red+Green+Blue) = 1+28+177=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 177 (69.53% from 255 or 85.92% from 206); Max value from RGB is 177 - color contains mainly: blue. Hex color #011CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011CB1 is #FEE34E. Grayscale: #242424. Windows color (decimal): -16704335 or 11607041. OLE color: 11607041.

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

Color convert

RGB 1 28 177 -
CMYK 0.99 0.84 0 0.31
HSL 230.8º 0.99% 0.35% -
HSV(B) 230.8º 0.99% 0.69% -
XYZ 8.36 4.01 41.93 -
YUV 36.91 207.05 102.38 -
System Red Green Blue C M Y K H S L
Decimal 1 28 177 0.99 0.84 0 0.31 230.8 0.99 0.35
Hex 1 1C B1 63 54 0 1F E7 63 23
Octal 1 34 261 143 124 0 37 347 143 43
Binary 1 11100 10110001 1100011 1010100 0 11111 11100111 1100011 100011

Color Harmonies of #011CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011CB1

Black with #011CB1

Text Example


Text Example

White with #011CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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