#093248

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

Shades of Blue Whale #093248

Tints of Blue Whale #093248

Color information

#093248 (or 0x093248) is unknown color: approx Blue Whale. HEX triplet: 09, 32 and 48. RGB value is (9,50,72). Sum of RGB (Red+Green+Blue) = 9+50+72=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #093248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093248 is #F6CDB7. Grayscale: #282828. Windows color (decimal): -16174520 or 4731401. OLE color: 4731401.

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

Color convert

RGB95072-
CMYK0.880.3100.72
HSL200.95º77.78%15.88%-
HSV(B)200.95º87.5%28.24%-
XYZ2.422.816.55-
YUV40.25145.92105.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 50 (19.92% from 255) = 38.17%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=6.87%
G=38.17%
B=54.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal950720.880.3100.72200.9577.7815.88
Hex93248581F048c94e10
Octal116211013037011031111620
Binary100111001010010001011000111110100100011001001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093248; }

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

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

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

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

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

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

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

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