#092A4C

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

Shades of Blue Whale #092A4C

Tints of Blue Whale #092A4C

Color information

#092A4C (or 0x092A4C) is unknown color: approx Blue Whale. HEX triplet: 09, 2A and 4C. RGB value is (9,42,76). Sum of RGB (Red+Green+Blue) = 9+42+76=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 76 (30.08% from 255 or 59.84% from 127); Max value from RGB is 76 - color contains mainly: blue. Hex color #092A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A4C is #F6D5B3. Grayscale: #232323. Windows color (decimal): -16176564 or 4991497. OLE color: 4991497.

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

Color convert

RGB94276-
CMYK0.880.4500.70
HSL210.45º78.82%16.67%-
HSV(B)210.45º88.16%29.8%-
XYZ2.252.247.15-
YUV36.01150.57108.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 76 (30.08% from 255) = 59.84%
R=7.09%
G=33.07%
B=59.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal942760.880.4500.70210.4578.8216.67
Hex92A4C582D046d24f11
Octal115211413055010632211721
Binary1001101010100110010110001011010100011011010010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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