#093143

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

Shades of Blue Whale #093143

Tints of Blue Whale #093143

Color information

#093143 (or 0x093143) is unknown color: approx Blue Whale. HEX triplet: 09, 31 and 43. RGB value is (9,49,67). Sum of RGB (Red+Green+Blue) = 9+49+67=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 67 (26.56% from 255 or 53.6% from 125); Max value from RGB is 67 - color contains mainly: blue. Hex color #093143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093143 is #F6CEBC. Grayscale: #262626. Windows color (decimal): -16174781 or 4403465. OLE color: 4403465.

HSL color Cylindrical-coordinate representation of color #093143: hue angle of 198.62º 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 #093143 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB94967-
CMYK0.870.2700.74
HSL198.62º76.32%14.9%-
HSV(B)198.62º86.57%26.27%-
XYZ2.222.665.71-
YUV39.09143.75106.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 67 (26.56% from 255) = 53.6%
R=7.2%
G=39.2%
B=53.6%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal949670.870.2700.74198.6276.3214.9
Hex93143571B04Ac74cf
Octal116110312733011230711417
Binary10011100011000011101011111011010010101100011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093143; }

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

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

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

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

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

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

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

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