#093247

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

Shades of Blue Whale #093247

Tints of Blue Whale #093247

Color information

#093247 (or 0x093247) is unknown color: approx Blue Whale. HEX triplet: 09, 32 and 47. RGB value is (9,50,71). Sum of RGB (Red+Green+Blue) = 9+50+71=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #093247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093247 is #F6CDB8. Grayscale: #282828. Windows color (decimal): -16174521 or 4665865. OLE color: 4665865.

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

Color convert

RGB95071-
CMYK0.870.3000.72
HSL200.32º77.5%15.69%-
HSV(B)200.32º87.32%27.84%-
XYZ2.392.796.37-
YUV40.14145.42105.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 71 (28.12% from 255) = 54.62%
R=6.92%
G=38.46%
B=54.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal950710.870.3000.72200.3277.515.69
Hex93247571E048c84e10
Octal116210712736011031011620
Binary100111001010001111010111111100100100011001000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093247; }

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

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

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

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

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

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

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

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