Html Css Color HEX #011FC0 International Klein Blue

📋 copy color: '#011FC0'

red 1 ◦ green 31 ◦ blue 192

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

Shades of International Klein Blue #011FC0

Tints of International Klein Blue #011FC0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.84%

 BLUE value IS 192 (75.39% from 255) = 85.71%

R = 0.45%
G = 13.84%
B = 85.71%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#011FC0 (or 0x011FC0) is known color: International Klein Blue. HEX triplet: 01, 1F and C0. RGB value is (1,31,192). Sum of RGB (Red+Green+Blue) = 1+31+192=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 192 (75.39% from 255 or 85.71% from 224); Max value from RGB is 192 - color contains mainly: blue. Hex color #011FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011FC0 is #FEE03F. Grayscale: #272727. Windows color (decimal): -16703552 or 12590849. OLE color: 12590849.

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

Color convert

RGB 1 31 192 -
CMYK 0.99 0.84 0 0.25
HSL 230.58º 0.99% 0.38% -
HSV(B) 230.58º 0.99% 0.75% -
XYZ 10.02 4.79 50.27 -
YUV 40.38 213.56 99.91 -
System Red Green Blue C M Y K H S L
Decimal 1 31 192 0.99 0.84 0 0.25 230.58 0.99 0.38
Hex 1 1F C0 63 54 0 19 E7 63 26
Octal 1 37 300 143 124 0 31 347 143 46
Binary 1 11111 11000000 1100011 1010100 0 11001 11100111 1100011 100110

Color Harmonies of #011FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011FC0

Black with #011FC0

Text Example


Text Example

White with #011FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,31,192); }

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

background-color css

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

 a { background-color: rgb(1,31,192); }

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

border-color css

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

 span { border-color: rgb(1,31,192); }

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