#092C4C

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

Shades of Blue Whale #092C4C

Tints of Blue Whale #092C4C

Color information

#092C4C (or 0x092C4C) is unknown color: approx Blue Whale. HEX triplet: 09, 2C and 4C. RGB value is (9,44,76). Sum of RGB (Red+Green+Blue) = 9+44+76=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #092C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C4C is #F6D3B3. Grayscale: #252525. Windows color (decimal): -16176052 or 4992009. OLE color: 4992009.

HSL color Cylindrical-coordinate representation of color #092C4C: hue angle of 208.66º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #092C4C is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB94476-
CMYK0.880.4200.70
HSL208.66º78.82%16.67%-
HSV(B)208.66º88.16%29.8%-
XYZ2.322.387.17-
YUV37.18149.9107.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 76 (30.08% from 255) = 58.91%
R=6.98%
G=34.11%
B=58.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal944760.880.4200.70208.6678.8216.67
Hex92C4C582A046d14f11
Octal115411413052010632111721
Binary1001101100100110010110001010100100011011010001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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