#093349

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

Shades of Blue Whale #093349

Tints of Blue Whale #093349

Color information

#093349 (or 0x093349) is unknown color: approx Blue Whale. HEX triplet: 09, 33 and 49. RGB value is (9,51,73). Sum of RGB (Red+Green+Blue) = 9+51+73=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #093349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093349 is #F6CCB6. Grayscale: #282828. Windows color (decimal): -16174263 or 4797193. OLE color: 4797193.

HSL color Cylindrical-coordinate representation of color #093349: hue angle of 200.62º degrees, saturation: 0.78, 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 #093349 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB95173-
CMYK0.880.3000.71
HSL200.62º78.05%16.08%-
HSV(B)200.62º87.67%28.63%-
XYZ2.52.916.73-
YUV40.95146.09105.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 51 (20.31% from 255) = 38.35%
BLUE value IS 73 (28.91% from 255) = 54.89%
R=6.77%
G=38.35%
B=54.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal951730.880.3000.71200.6278.0516.08
Hex93349581E047c94e10
Octal116311113036010731111620
Binary100111001110010011011000111100100011111001001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093349; }

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

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

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

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

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

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

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

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