#092E48

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

Shades of Blue Whale #092E48

Tints of Blue Whale #092E48

Color information

#092E48 (or 0x092E48) is unknown color: approx Blue Whale. HEX triplet: 09, 2E and 48. RGB value is (9,46,72). Sum of RGB (Red+Green+Blue) = 9+46+72=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #092E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E48 is #F6D1B7. Grayscale: #252525. Windows color (decimal): -16175544 or 4730377. OLE color: 4730377.

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

Color convert

RGB94672-
CMYK0.880.3600.72
HSL204.76º77.78%15.88%-
HSV(B)204.76º87.5%28.24%-
XYZ2.262.486.49-
YUV37.9147.24107.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 46 (18.36% from 255) = 36.22%
BLUE value IS 72 (28.52% from 255) = 56.69%
R=7.09%
G=36.22%
B=56.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal946720.880.3600.72204.7677.7815.88
Hex92E485824048cd4e10
Octal115611013044011031511620
Binary1001101110100100010110001001000100100011001101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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