#092E49

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

Shades of Blue Whale #092E49

Tints of Blue Whale #092E49

Color information

#092E49 (or 0x092E49) is unknown color: approx Blue Whale. HEX triplet: 09, 2E and 49. RGB value is (9,46,73). Sum of RGB (Red+Green+Blue) = 9+46+73=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #092E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E49 is #F6D1B6. Grayscale: #252525. Windows color (decimal): -16175543 or 4795913. OLE color: 4795913.

HSL color Cylindrical-coordinate representation of color #092E49: hue angle of 205.31º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #092E49 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB94673-
CMYK0.880.3700.71
HSL205.31º78.05%16.08%-
HSV(B)205.31º87.67%28.63%-
XYZ2.292.496.66-
YUV38.02147.74107.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 73 (28.91% from 255) = 57.03%
R=7.03%
G=35.94%
B=57.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal946730.880.3700.71205.3178.0516.08
Hex92E495825047cd4e10
Octal115611113045010731511620
Binary1001101110100100110110001001010100011111001101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092E49; }

 p { color: rgb(9,46,73); }

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

<style>
 a { background-color: #092E49; }

 a { background-color: rgb(9,46,73); }

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

<style>
 span { border-color: #092E49; }

 span { border-color: rgb(9,46,73); }

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