#092A4D

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

Shades of Blue Whale #092A4D

Tints of Blue Whale #092A4D

Color information

#092A4D (or 0x092A4D) is unknown color: approx Blue Whale. HEX triplet: 09, 2A and 4D. RGB value is (9,42,77). Sum of RGB (Red+Green+Blue) = 9+42+77=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #092A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A4D is #F6D5B2. Grayscale: #232323. Windows color (decimal): -16176563 or 5057033. OLE color: 5057033.

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

Color convert

RGB94277-
CMYK0.880.4500.70
HSL210.88º79.07%16.86%-
HSV(B)210.88º88.31%30.2%-
XYZ2.282.257.34-
YUV36.12151.07108.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=7.03%
G=32.81%
B=60.16%

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
Decimal942770.880.4500.70210.8879.0716.86
Hex92A4D582D046d34f11
Octal115211513055010632311721
Binary1001101010100110110110001011010100011011010011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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