#09364D

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

Shades of Blue Whale #09364D

Tints of Blue Whale #09364D

Color information

#09364D (or 0x09364D) is unknown color: approx Blue Whale. HEX triplet: 09, 36 and 4D. RGB value is (9,54,77). Sum of RGB (Red+Green+Blue) = 9+54+77=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #09364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09364D is #F6C9B2. Grayscale: #2B2B2B. Windows color (decimal): -16173491 or 5060105. OLE color: 5060105.

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

Color convert

RGB95477-
CMYK0.880.3000.70
HSL200.29º79.07%16.86%-
HSV(B)200.29º88.31%30.2%-
XYZ2.773.237.5-
YUV43.17147.09103.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 54 (21.48% from 255) = 38.57%
BLUE value IS 77 (30.47% from 255) = 55%
R=6.43%
G=38.57%
B=55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal954770.880.3000.70200.2979.0716.86
Hex9364D581E046c84f11
Octal116611513036010631011721
Binary100111011010011011011000111100100011011001000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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