Html Css Color HEX #011FB4 International Klein Blue

📋 copy color: '#011FB4'

red 1 ◦ green 31 ◦ blue 180

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

Shades of International Klein Blue #011FB4

Tints of International Klein Blue #011FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 84.91%

R = 0.47%
G = 14.62%
B = 84.91%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#011FB4 (or 0x011FB4) is known color: International Klein Blue. HEX triplet: 01, 1F and B4. RGB value is (1,31,180). Sum of RGB (Red+Green+Blue) = 1+31+180=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 180 (70.70% from 255 or 84.91% from 212); Max value from RGB is 180 - color contains mainly: blue. Hex color #011FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011FB4 is #FEE04B. Grayscale: #262626. Windows color (decimal): -16703564 or 11804417. OLE color: 11804417.

HSL color Cylindrical-coordinate representation of color #011FB4: hue angle of 229.94º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011FB4 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 31 180 -
CMYK 0.99 0.83 0 0.29
HSL 229.94º 0.99% 0.35% -
HSV(B) 229.94º 0.99% 0.71% -
XYZ 8.74 4.28 43.55 -
YUV 39.02 207.56 100.88 -
System Red Green Blue C M Y K H S L
Decimal 1 31 180 0.99 0.83 0 0.29 229.94 0.99 0.35
Hex 1 1F B4 63 53 0 1D E6 63 23
Octal 1 37 264 143 123 0 35 346 143 43
Binary 1 11111 10110100 1100011 1010011 0 11101 11100110 1100011 100011

Color Harmonies of #011FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011FB4

Black with #011FB4

Text Example


Text Example

White with #011FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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