#092E3F

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

Shades of Blue Whale #092E3F

Tints of Blue Whale #092E3F

Color information

#092E3F (or 0x092E3F) is unknown color: approx Blue Whale. HEX triplet: 09, 2E and 3F. RGB value is (9,46,63). Sum of RGB (Red+Green+Blue) = 9+46+63=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 63 (25% from 255 or 53.39% from 118); Max value from RGB is 63 - color contains mainly: blue. Hex color #092E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E3F is #F6D1C0. Grayscale: #242424. Windows color (decimal): -16175553 or 4140553. OLE color: 4140553.

HSL color Cylindrical-coordinate representation of color #092E3F: hue angle of 198.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092E3F is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB94663-
CMYK0.860.2700.75
HSL198.89º75%14.12%-
HSV(B)198.89º85.71%24.71%-
XYZ1.992.375.06-
YUV36.88142.74108.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.63%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 63 (25% from 255) = 53.39%
R=7.63%
G=38.98%
B=53.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal946630.860.2700.75198.897514.12
Hex92E3F561B04Bc74be
Octal11567712633011330711316
Binary1001101110111111101011011011010010111100011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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