#093648

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

Shades of Blue Whale #093648

Tints of Blue Whale #093648

Color information

#093648 (or 0x093648) is unknown color: approx Blue Whale. HEX triplet: 09, 36 and 48. RGB value is (9,54,72). Sum of RGB (Red+Green+Blue) = 9+54+72=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #093648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093648 is #F6C9B7. Grayscale: #2A2A2A. Windows color (decimal): -16173496 or 4732425. OLE color: 4732425.

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

Color convert

RGB95472-
CMYK0.880.2500.72
HSL197.14º77.78%15.88%-
HSV(B)197.14º87.5%28.24%-
XYZ2.63.166.6-
YUV42.6144.59104.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 54 (21.48% from 255) = 40%
BLUE value IS 72 (28.52% from 255) = 53.33%
R=6.67%
G=40%
B=53.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal954720.880.2500.72197.1477.7815.88
Hex936485819048c54e10
Octal116611013031011030511620
Binary100111011010010001011000110010100100011000101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093648; }

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

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

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

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

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

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

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

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