#093047

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

Shades of Blue Whale #093047

Tints of Blue Whale #093047

Color information

#093047 (or 0x093047) is unknown color: approx Blue Whale. HEX triplet: 09, 30 and 47. RGB value is (9,48,71). Sum of RGB (Red+Green+Blue) = 9+48+71=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #093047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093047 is #F6CFB8. Grayscale: #262626. Windows color (decimal): -16175033 or 4665353. OLE color: 4665353.

HSL color Cylindrical-coordinate representation of color #093047: hue angle of 202.26º 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 #093047 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB94871-
CMYK0.870.3200.72
HSL202.26º77.5%15.69%-
HSV(B)202.26º87.32%27.84%-
XYZ2.312.636.35-
YUV38.96146.08106.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 71 (28.12% from 255) = 55.47%
R=7.03%
G=37.5%
B=55.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal948710.870.3200.72202.2677.515.69
Hex930475720048ca4e10
Octal116010712740011031211620
Binary1001110000100011110101111000000100100011001010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093047; }

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

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

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

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

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

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

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

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