#093242

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

Shades of Blue Whale #093242

Tints of Blue Whale #093242

Color information

#093242 (or 0x093242) is unknown color: approx Blue Whale. HEX triplet: 09, 32 and 42. RGB value is (9,50,66). Sum of RGB (Red+Green+Blue) = 9+50+66=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #093242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093242 is #F6CDBD. Grayscale: #272727. Windows color (decimal): -16174526 or 4338185. OLE color: 4338185.

HSL color Cylindrical-coordinate representation of color #093242: hue angle of 196.84º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093242 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB95066-
CMYK0.860.2400.74
HSL196.84º76%14.71%-
HSV(B)196.84º86.36%25.88%-
XYZ2.242.735.56-
YUV39.56142.92106.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 66 (26.17% from 255) = 52.8%
R=7.2%
G=40%
B=52.8%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal950660.860.2400.74196.847614.71
Hex93242561804Ac54cf
Octal116210212630011230511417
Binary10011100101000010101011011000010010101100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093242; }

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

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

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

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

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

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

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

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