#092C4D

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

Shades of Blue Whale #092C4D

Tints of Blue Whale #092C4D

Color information

#092C4D (or 0x092C4D) is unknown color: approx Blue Whale. HEX triplet: 09, 2C and 4D. RGB value is (9,44,77). Sum of RGB (Red+Green+Blue) = 9+44+77=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #092C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C4D is #F6D3B2. Grayscale: #252525. Windows color (decimal): -16176051 or 5057545. OLE color: 5057545.

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

Color convert

RGB94477-
CMYK0.880.4300.70
HSL209.12º79.07%16.86%-
HSV(B)209.12º88.31%30.2%-
XYZ2.352.47.36-
YUV37.3150.4107.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=6.92%
G=33.85%
B=59.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal944770.880.4300.70209.1279.0716.86
Hex92C4D582B046d14f11
Octal115411513053010632111721
Binary1001101100100110110110001010110100011011010001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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