#093750

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

Shades of Blue Whale #093750

Tints of Blue Whale #093750

Color information

#093750 (or 0x093750) is unknown color: approx Blue Whale. HEX triplet: 09, 37 and 50. RGB value is (9,55,80). Sum of RGB (Red+Green+Blue) = 9+55+80=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #093750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093750 is #F6C8AF. Grayscale: #2B2B2B. Windows color (decimal): -16173232 or 5256969. OLE color: 5256969.

HSL color Cylindrical-coordinate representation of color #093750: hue angle of 201.13º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093750 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB95580-
CMYK0.890.3100.69
HSL201.13º79.78%17.45%-
HSV(B)201.13º88.75%31.37%-
XYZ2.933.378.09-
YUV44.1148.26102.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 55 (21.88% from 255) = 38.19%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=6.25%
G=38.19%
B=55.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal955800.890.3100.69201.1379.7817.45
Hex93750591F045c95011
Octal116712013137010531112021
Binary100111011110100001011001111110100010111001001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093750; }

 p { color: rgb(9,55,80); }

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

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

 a { background-color: rgb(9,55,80); }

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

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

 span { border-color: rgb(9,55,80); }

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