#09334D

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

Shades of Blue Whale #09334D

Tints of Blue Whale #09334D

Color information

#09334D (or 0x09334D) is unknown color: approx Blue Whale. HEX triplet: 09, 33 and 4D. RGB value is (9,51,77). Sum of RGB (Red+Green+Blue) = 9+51+77=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #09334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09334D is #F6CCB2. Grayscale: #292929. Windows color (decimal): -16174259 or 5059337. OLE color: 5059337.

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

Color convert

RGB95177-
CMYK0.880.3400.70
HSL202.94º79.07%16.86%-
HSV(B)202.94º88.31%30.2%-
XYZ2.642.967.45-
YUV41.41148.09104.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 77 (30.47% from 255) = 56.20%
R=6.57%
G=37.23%
B=56.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal951770.880.3400.70202.9479.0716.86
Hex9334D5822046cb4f11
Octal116311513042010631311721
Binary1001110011100110110110001000100100011011001011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09334D; }

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

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

<style>
 a { background-color: #09334D; }

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

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

<style>
 span { border-color: #09334D; }

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

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