Html Css Color HEX #091FA5 International Klein Blue

📋 copy color: '#091FA5'

red 9 ◦ green 31 ◦ blue 165

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

Shades of International Klein Blue #091FA5

Tints of International Klein Blue #091FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 80.49%

R = 4.39%
G = 15.12%
B = 80.49%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#091FA5 (or 0x091FA5) is known color: International Klein Blue. HEX triplet: 09, 1F and A5. RGB value is (9,31,165). Sum of RGB (Red+Green+Blue) = 9+31+165=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 165 (64.84% from 255 or 80.49% from 205); Max value from RGB is 165 - color contains mainly: blue. Hex color #091FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091FA5 is #F6E05A. Grayscale: #272727. Windows color (decimal): -16179291 or 10821385. OLE color: 10821385.

HSL color Cylindrical-coordinate representation of color #091FA5: hue angle of 231.54º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091FA5 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 9 31 165 -
CMYK 0.95 0.81 0 0.35
HSL 231.54º 0.9% 0.34% -
HSV(B) 231.54º 0.95% 0.65% -
XYZ 7.39 3.75 35.93 -
YUV 39.7 198.71 106.1 -
System Red Green Blue C M Y K H S L
Decimal 9 31 165 0.95 0.81 0 0.35 231.54 0.9 0.34
Hex 9 1F A5 5F 51 0 23 E8 5A 22
Octal 11 37 245 137 121 0 43 350 132 42
Binary 1001 11111 10100101 1011111 1010001 0 100011 11101000 1011010 100010

Color Harmonies of #091FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091FA5

Black with #091FA5

Text Example


Text Example

White with #091FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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