#092D4C

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

Shades of Blue Whale #092D4C

Tints of Blue Whale #092D4C

Color information

#092D4C (or 0x092D4C) is unknown color: approx Blue Whale. HEX triplet: 09, 2D and 4C. RGB value is (9,45,76). Sum of RGB (Red+Green+Blue) = 9+45+76=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #092D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D4C is #F6D2B3. Grayscale: #252525. Windows color (decimal): -16175796 or 4992265. OLE color: 4992265.

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

Color convert

RGB94576-
CMYK0.880.4100.70
HSL207.76º78.82%16.67%-
HSV(B)207.76º88.16%29.8%-
XYZ2.362.467.19-
YUV37.77149.57107.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 45 (17.97% from 255) = 34.62%
BLUE value IS 76 (30.08% from 255) = 58.46%
R=6.92%
G=34.62%
B=58.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal945760.880.4100.70207.7678.8216.67
Hex92D4C5829046d04f11
Octal115511413051010632011721
Binary1001101101100110010110001010010100011011010000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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