Html Css Color HEX #091DB9 International Klein Blue

📋 copy color: '#091DB9'

red 9 ◦ green 29 ◦ blue 185

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

Shades of International Klein Blue #091DB9

Tints of International Klein Blue #091DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13%

 BLUE value IS 185 (72.66% from 255) = 82.96%

R = 4.04%
G = 13%
B = 82.96%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#091DB9 (or 0x091DB9) is known color: International Klein Blue. HEX triplet: 09, 1D and B9. RGB value is (9,29,185). Sum of RGB (Red+Green+Blue) = 9+29+185=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 185 (72.66% from 255 or 82.96% from 223); Max value from RGB is 185 - color contains mainly: blue. Hex color #091DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DB9 is #F6E246. Grayscale: #282828. Windows color (decimal): -16179783 or 12131593. OLE color: 12131593.

HSL color Cylindrical-coordinate representation of color #091DB9: hue angle of 233.18º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091DB9 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 29 185 -
CMYK 0.95 0.84 0 0.27
HSL 233.18º 0.91% 0.38% -
HSV(B) 233.18º 0.95% 0.73% -
XYZ 9.31 4.44 46.27 -
YUV 40.8 209.37 105.32 -
System Red Green Blue C M Y K H S L
Decimal 9 29 185 0.95 0.84 0 0.27 233.18 0.91 0.38
Hex 9 1D B9 5F 54 0 1B E9 5B 26
Octal 11 35 271 137 124 0 33 351 133 46
Binary 1001 11101 10111001 1011111 1010100 0 11011 11101001 1011011 100110

Color Harmonies of #091DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DB9

Black with #091DB9

Text Example


Text Example

White with #091DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,29,185); }

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

background-color css

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

 a { background-color: rgb(9,29,185); }

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

border-color css

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

 span { border-color: rgb(9,29,185); }

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