Html Css Color HEX #011FBC International Klein Blue

📋 copy color: '#011FBC'

red 1 ◦ green 31 ◦ blue 188

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

Shades of International Klein Blue #011FBC

Tints of International Klein Blue #011FBC

RGB

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

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

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

R = 0.45%
G = 14.09%
B = 85.45%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#011FBC (or 0x011FBC) is known color: International Klein Blue. HEX triplet: 01, 1F and BC. RGB value is (1,31,188). Sum of RGB (Red+Green+Blue) = 1+31+188=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 188 (73.83% from 255 or 85.45% from 220); Max value from RGB is 188 - color contains mainly: blue. Hex color #011FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011FBC is #FEE043. Grayscale: #272727. Windows color (decimal): -16703556 or 12328705. OLE color: 12328705.

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

Color convert

RGB 1 31 188 -
CMYK 0.99 0.84 0 0.26
HSL 230.37º 0.99% 0.37% -
HSV(B) 230.37º 0.99% 0.74% -
XYZ 9.58 4.62 47.96 -
YUV 39.93 211.56 100.23 -
System Red Green Blue C M Y K H S L
Decimal 1 31 188 0.99 0.84 0 0.26 230.37 0.99 0.37
Hex 1 1F BC 63 54 0 1A E6 63 25
Octal 1 37 274 143 124 0 32 346 143 45
Binary 1 11111 10111100 1100011 1010100 0 11010 11100110 1100011 100101

Color Harmonies of #011FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011FBC

Black with #011FBC

Text Example


Text Example

White with #011FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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