Html Css Color HEX #091FB4 International Klein Blue

📋 copy color: '#091FB4'

red 9 ◦ green 31 ◦ blue 180

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

Shades of International Klein Blue #091FB4

Tints of International Klein Blue #091FB4

RGB

 RED value IS 9 (3.91% from 255) = 4.09%

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

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

R = 4.09%
G = 14.09%
B = 81.82%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#091FB4 (or 0x091FB4) is known color: International Klein Blue. HEX triplet: 09, 1F and B4. RGB value is (9,31,180). Sum of RGB (Red+Green+Blue) = 9+31+180=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 180 (70.70% from 255 or 81.82% from 220); Max value from RGB is 180 - color contains mainly: blue. Hex color #091FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091FB4 is #F6E04B. Grayscale: #282828. Windows color (decimal): -16179276 or 11804425. OLE color: 11804425.

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

Color convert

RGB 9 31 180 -
CMYK 0.95 0.83 0 0.29
HSL 232.28º 0.9% 0.37% -
HSV(B) 232.28º 0.95% 0.71% -
XYZ 8.84 4.33 43.55 -
YUV 41.41 206.21 104.88 -
System Red Green Blue C M Y K H S L
Decimal 9 31 180 0.95 0.83 0 0.29 232.28 0.9 0.37
Hex 9 1F B4 5F 53 0 1D E8 5A 25
Octal 11 37 264 137 123 0 35 350 132 45
Binary 1001 11111 10110100 1011111 1010011 0 11101 11101000 1011010 100101

Color Harmonies of #091FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091FB4

Black with #091FB4

Text Example


Text Example

White with #091FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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