Html Css Color HEX #011F9F International Klein Blue

📋 copy color: '#011F9F'

red 1 ◦ green 31 ◦ blue 159

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

Shades of International Klein Blue #011F9F

Tints of International Klein Blue #011F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 83.25%

R = 0.52%
G = 16.23%
B = 83.25%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#011F9F (or 0x011F9F) is known color: International Klein Blue. HEX triplet: 01, 1F and 9F. RGB value is (1,31,159). Sum of RGB (Red+Green+Blue) = 1+31+159=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 159 (62.5% from 255 or 83.25% from 191); Max value from RGB is 159 - color contains mainly: blue. Hex color #011F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011F9F is #FEE060. Grayscale: #242424. Windows color (decimal): -16703585 or 10428161. OLE color: 10428161.

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

Color convert

RGB 1 31 159 -
CMYK 0.99 0.81 0 0.38
HSL 228.61º 0.99% 0.31% -
HSV(B) 228.61º 0.99% 0.62% -
XYZ 6.76 3.49 33.12 -
YUV 36.62 197.06 102.59 -
System Red Green Blue C M Y K H S L
Decimal 1 31 159 0.99 0.81 0 0.38 228.61 0.99 0.31
Hex 1 1F 9F 63 51 0 26 E5 63 1F
Octal 1 37 237 143 121 0 46 345 143 37
Binary 1 11111 10011111 1100011 1010001 0 100110 11100101 1100011 11111

Color Harmonies of #011F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F9F

Black with #011F9F

Text Example


Text Example

White with #011F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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