Html Css Color HEX #011F9A International Klein Blue

📋 copy color: '#011F9A'

red 1 ◦ green 31 ◦ blue 154

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

Shades of International Klein Blue #011F9A

Tints of International Klein Blue #011F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 82.8%

R = 0.54%
G = 16.67%
B = 82.8%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#011F9A (or 0x011F9A) is known color: International Klein Blue. HEX triplet: 01, 1F and 9A. RGB value is (1,31,154). Sum of RGB (Red+Green+Blue) = 1+31+154=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 154 (60.55% from 255 or 82.80% from 186); Max value from RGB is 154 - color contains mainly: blue. Hex color #011F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011F9A is #FEE065. Grayscale: #232323. Windows color (decimal): -16703590 or 10100481. OLE color: 10100481.

HSL color Cylindrical-coordinate representation of color #011F9A: hue angle of 228.24º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F9A is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 31 154 -
CMYK 0.99 0.80 0 0.40
HSL 228.24º 0.99% 0.3% -
HSV(B) 228.24º 0.99% 0.6% -
XYZ 6.34 3.32 30.88 -
YUV 36.05 194.56 103 -
System Red Green Blue C M Y K H S L
Decimal 1 31 154 0.99 0.80 0 0.40 228.24 0.99 0.3
Hex 1 1F 9A 63 50 0 28 E4 63 1E
Octal 1 37 232 143 120 0 50 344 143 36
Binary 1 11111 10011010 1100011 1010000 0 101000 11100100 1100011 11110

Color Harmonies of #011F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F9A

Black with #011F9A

Text Example


Text Example

White with #011F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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