#092C49

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

Shades of Blue Whale #092C49

Tints of Blue Whale #092C49

Color information

#092C49 (or 0x092C49) is unknown color: approx Blue Whale. HEX triplet: 09, 2C and 49. RGB value is (9,44,73). Sum of RGB (Red+Green+Blue) = 9+44+73=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #092C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C49 is #F6D3B6. Grayscale: #242424. Windows color (decimal): -16176055 or 4795401. OLE color: 4795401.

HSL color Cylindrical-coordinate representation of color #092C49: hue angle of 207.19º 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 #092C49 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB94473-
CMYK0.880.4000.71
HSL207.19º78.05%16.08%-
HSV(B)207.19º87.67%28.63%-
XYZ2.222.346.64-
YUV36.84148.4108.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 73 (28.91% from 255) = 57.94%
R=7.14%
G=34.92%
B=57.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal944730.880.4000.71207.1978.0516.08
Hex92C495828047cf4e10
Octal115411113050010731711620
Binary1001101100100100110110001010000100011111001111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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