#09324B

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

Shades of Blue Whale #09324B

Tints of Blue Whale #09324B

Color information

#09324B (or 0x09324B) is unknown color: approx Blue Whale. HEX triplet: 09, 32 and 4B. RGB value is (9,50,75). Sum of RGB (Red+Green+Blue) = 9+50+75=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #09324B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09324B is #F6CDB4. Grayscale: #282828. Windows color (decimal): -16174517 or 4928009. OLE color: 4928009.

HSL color Cylindrical-coordinate representation of color #09324B: hue angle of 202.73º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09324B is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB95075-
CMYK0.880.3300.71
HSL202.73º78.57%16.47%-
HSV(B)202.73º88%29.41%-
XYZ2.522.857.07-
YUV40.59147.42105.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.72%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 75 (29.69% from 255) = 55.97%
R=6.72%
G=37.31%
B=55.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal950750.880.3300.71202.7378.5716.47
Hex9324B5821047cb4f10
Octal116211313041010731311720
Binary1001110010100101110110001000010100011111001011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09324B; }

 p { color: rgb(9,50,75); }

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

<style>
 a { background-color: #09324B; }

 a { background-color: rgb(9,50,75); }

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

<style>
 span { border-color: #09324B; }

 span { border-color: rgb(9,50,75); }

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