#093048

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

Shades of Blue Whale #093048

Tints of Blue Whale #093048

Color information

#093048 (or 0x093048) is unknown color: approx Blue Whale. HEX triplet: 09, 30 and 48. RGB value is (9,48,72). Sum of RGB (Red+Green+Blue) = 9+48+72=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #093048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093048 is #F6CFB7. Grayscale: #262626. Windows color (decimal): -16175032 or 4730889. OLE color: 4730889.

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

Color convert

RGB94872-
CMYK0.880.3300.72
HSL202.86º77.78%15.88%-
HSV(B)202.86º87.5%28.24%-
XYZ2.342.646.52-
YUV39.07146.58106.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 72 (28.52% from 255) = 55.81%
R=6.98%
G=37.21%
B=55.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal948720.880.3300.72202.8677.7815.88
Hex930485821048cb4e10
Octal116011013041011031311620
Binary1001110000100100010110001000010100100011001011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093048; }

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

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

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

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

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

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

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

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