Html Css Color HEX #011FA8 International Klein Blue

📋 copy color: '#011FA8'

red 1 ◦ green 31 ◦ blue 168

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

Shades of International Klein Blue #011FA8

Tints of International Klein Blue #011FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 84%

R = 0.5%
G = 15.5%
B = 84%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#011FA8 (or 0x011FA8) is known color: International Klein Blue. HEX triplet: 01, 1F and A8. RGB value is (1,31,168). Sum of RGB (Red+Green+Blue) = 1+31+168=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 168 (66.02% from 255 or 84% from 200); Max value from RGB is 168 - color contains mainly: blue. Hex color #011FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011FA8 is #FEE057. Grayscale: #252525. Windows color (decimal): -16703576 or 11017985. OLE color: 11017985.

HSL color Cylindrical-coordinate representation of color #011FA8: hue angle of 229.22º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011FA8 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 1 31 168 -
CMYK 0.99 0.82 0 0.34
HSL 229.22º 0.99% 0.33% -
HSV(B) 229.22º 0.99% 0.66% -
XYZ 7.57 3.81 37.38 -
YUV 37.65 201.56 101.86 -
System Red Green Blue C M Y K H S L
Decimal 1 31 168 0.99 0.82 0 0.34 229.22 0.99 0.33
Hex 1 1F A8 63 52 0 22 E5 63 21
Octal 1 37 250 143 122 0 42 345 143 41
Binary 1 11111 10101000 1100011 1010010 0 100010 11100101 1100011 100001

Color Harmonies of #011FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011FA8

Black with #011FA8

Text Example


Text Example

White with #011FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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