#093044

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

Shades of Blue Whale #093044

Tints of Blue Whale #093044

Color information

#093044 (or 0x093044) is unknown color: approx Blue Whale. HEX triplet: 09, 30 and 44. RGB value is (9,48,68). Sum of RGB (Red+Green+Blue) = 9+48+68=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #093044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093044 is #F6CFBB. Grayscale: #262626. Windows color (decimal): -16175036 or 4468745. OLE color: 4468745.

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

Color convert

RGB94868-
CMYK0.870.2900.73
HSL200.34º76.62%15.1%-
HSV(B)200.34º86.76%26.67%-
XYZ2.212.595.85-
YUV38.62144.58106.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 68 (26.95% from 255) = 54.4%
R=7.2%
G=38.4%
B=54.4%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal948680.870.2900.73200.3476.6215.1
Hex93044571D049c84df
Octal116010412735011131011517
Binary10011100001000100101011111101010010011100100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093044; }

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

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

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

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

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

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

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

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