#093447

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

Shades of Blue Whale #093447

Tints of Blue Whale #093447

Color information

#093447 (or 0x093447) is unknown color: approx Blue Whale. HEX triplet: 09, 34 and 47. RGB value is (9,52,71). Sum of RGB (Red+Green+Blue) = 9+52+71=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #093447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093447 is #F6CBB8. Grayscale: #292929. Windows color (decimal): -16174009 or 4666377. OLE color: 4666377.

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

Color convert

RGB95271-
CMYK0.870.2700.72
HSL198.39º77.5%15.69%-
HSV(B)198.39º87.32%27.84%-
XYZ2.482.976.4-
YUV41.31144.75104.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 71 (28.12% from 255) = 53.79%
R=6.82%
G=39.39%
B=53.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal952710.870.2700.72198.3977.515.69
Hex93447571B048c64e10
Octal116410712733011030611620
Binary100111010010001111010111110110100100011000110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093447; }

 p { color: rgb(9,52,71); }

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

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

 a { background-color: rgb(9,52,71); }

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

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

 span { border-color: rgb(9,52,71); }

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