Html Css Color HEX #091F9D International Klein Blue

📋 copy color: '#091F9D'

red 9 ◦ green 31 ◦ blue 157

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

Shades of International Klein Blue #091F9D

Tints of International Klein Blue #091F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 79.7%

R = 4.57%
G = 15.74%
B = 79.7%

CMYK

 C value IS 0.94

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#091F9D (or 0x091F9D) is known color: International Klein Blue. HEX triplet: 09, 1F and 9D. RGB value is (9,31,157). Sum of RGB (Red+Green+Blue) = 9+31+157=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 157 (61.72% from 255 or 79.70% from 197); Max value from RGB is 157 - color contains mainly: blue. Hex color #091F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091F9D is #F6E062. Grayscale: #262626. Windows color (decimal): -16179299 or 10297097. OLE color: 10297097.

HSL color Cylindrical-coordinate representation of color #091F9D: hue angle of 231.08º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091F9D is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 31 157 -
CMYK 0.94 0.80 0 0.38
HSL 231.08º 0.89% 0.33% -
HSV(B) 231.08º 0.94% 0.62% -
XYZ 6.69 3.47 32.22 -
YUV 38.79 194.71 106.75 -
System Red Green Blue C M Y K H S L
Decimal 9 31 157 0.94 0.80 0 0.38 231.08 0.89 0.33
Hex 9 1F 9D 5E 50 0 26 E7 59 21
Octal 11 37 235 136 120 0 46 347 131 41
Binary 1001 11111 10011101 1011110 1010000 0 100110 11100111 1011001 100001

Color Harmonies of #091F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F9D

Black with #091F9D

Text Example


Text Example

White with #091F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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