#091DEB

Color #091DEB Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #091DEB

Tints of Blue #091DEB

Color information

#091DEB (or 0x091DEB) is unknown color: approx Blue. HEX triplet: 09, 1D and EB. RGB value is (9,29,235). Sum of RGB (Red+Green+Blue) = 9+29+235=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 235 (92.19% from 255 or 86.08% from 273); Max value from RGB is 235 - color contains mainly: blue. Hex color #091DEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091DEB is #F6E214. Grayscale: #2D2D2D. Windows color (decimal): -16179733 or 15408393. OLE color: 15408393.

HSL color Cylindrical-coordinate representation of color #091DEB: hue angle of 234.69º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091DEB is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB929235-
CMYK0.960.8800.08
HSL234.69º92.62%47.84%-
HSV(B)234.69º96.17%92.16%-
XYZ15.556.9379.12-
YUV46.5234.37101.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.30%
GREEN value IS 29 (11.72% from 255) = 10.62%
BLUE value IS 235 (92.19% from 255) = 86.08%
R=3.30%
G=10.62%
B=86.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal9292350.960.8800.08234.6992.6247.84
Hex91DEB605808eb5d30
Octal113535314013001035313560
Binary100111101111010111100000101100001000111010111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #091DEB;
 }
 .AnyTagClassName
 {
   color: #091DEB;
 }
</style>
background-color css

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

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

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

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

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

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