Html Css Color HEX #091FB3 International Klein Blue

📋 copy color: '#091FB3'

red 9 ◦ green 31 ◦ blue 179

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

Shades of International Klein Blue #091FB3

Tints of International Klein Blue #091FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 81.74%

R = 4.11%
G = 14.16%
B = 81.74%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#091FB3 (or 0x091FB3) is known color: International Klein Blue. HEX triplet: 09, 1F and B3. RGB value is (9,31,179). Sum of RGB (Red+Green+Blue) = 9+31+179=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 179 (70.31% from 255 or 81.74% from 219); Max value from RGB is 179 - color contains mainly: blue. Hex color #091FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091FB3 is #F6E04C. Grayscale: #282828. Windows color (decimal): -16179277 or 11738889. OLE color: 11738889.

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

Color convert

RGB 9 31 179 -
CMYK 0.95 0.83 0 0.30
HSL 232.24º 0.9% 0.37% -
HSV(B) 232.24º 0.95% 0.7% -
XYZ 8.74 4.29 43.02 -
YUV 41.29 205.71 104.97 -
System Red Green Blue C M Y K H S L
Decimal 9 31 179 0.95 0.83 0 0.30 232.24 0.9 0.37
Hex 9 1F B3 5F 53 0 1E E8 5A 25
Octal 11 37 263 137 123 0 36 350 132 45
Binary 1001 11111 10110011 1011111 1010011 0 11110 11101000 1011010 100101

Color Harmonies of #091FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091FB3

Black with #091FB3

Text Example


Text Example

White with #091FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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