#093244

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

Shades of Blue Whale #093244

Tints of Blue Whale #093244

Color information

#093244 (or 0x093244) is unknown color: approx Blue Whale. HEX triplet: 09, 32 and 44. RGB value is (9,50,68). Sum of RGB (Red+Green+Blue) = 9+50+68=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #093244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093244 is #F6CDBB. Grayscale: #272727. Windows color (decimal): -16174524 or 4469257. OLE color: 4469257.

HSL color Cylindrical-coordinate representation of color #093244: hue angle of 198.31º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093244 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB95068-
CMYK0.870.2600.73
HSL198.31º76.62%15.1%-
HSV(B)198.31º86.76%26.67%-
XYZ2.32.765.88-
YUV39.79143.92106.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 68 (26.95% from 255) = 53.54%
R=7.09%
G=39.37%
B=53.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal950680.870.2600.73198.3176.6215.1
Hex93244571A049c64df
Octal116210412732011130611517
Binary10011100101000100101011111010010010011100011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093244; }

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

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

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

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

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

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

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

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