#093343

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

Shades of Blue Whale #093343

Tints of Blue Whale #093343

Color information

#093343 (or 0x093343) is unknown color: approx Blue Whale. HEX triplet: 09, 33 and 43. RGB value is (9,51,67). Sum of RGB (Red+Green+Blue) = 9+51+67=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 67 (26.56% from 255 or 52.76% from 127); Max value from RGB is 67 - color contains mainly: blue. Hex color #093343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093343 is #F6CCBC. Grayscale: #282828. Windows color (decimal): -16174269 or 4403977. OLE color: 4403977.

HSL color Cylindrical-coordinate representation of color #093343: hue angle of 196.55º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093343 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB95167-
CMYK0.870.2400.74
HSL196.55º76.32%14.9%-
HSV(B)196.55º86.57%26.27%-
XYZ2.312.835.73-
YUV40.27143.09105.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 51 (20.31% from 255) = 40.16%
BLUE value IS 67 (26.56% from 255) = 52.76%
R=7.09%
G=40.16%
B=52.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal951670.870.2400.74196.5576.3214.9
Hex93343571804Ac54cf
Octal116310312730011230511417
Binary10011100111000011101011111000010010101100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093343; }

 p { color: rgb(9,51,67); }

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

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

 a { background-color: rgb(9,51,67); }

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

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

 span { border-color: rgb(9,51,67); }

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