#093042

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

Shades of Blue Whale #093042

Tints of Blue Whale #093042

Color information

#093042 (or 0x093042) is unknown color: approx Blue Whale. HEX triplet: 09, 30 and 42. RGB value is (9,48,66). Sum of RGB (Red+Green+Blue) = 9+48+66=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #093042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093042 is #F6CFBD. Grayscale: #262626. Windows color (decimal): -16175038 or 4337673. OLE color: 4337673.

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

Color convert

RGB94866-
CMYK0.860.2700.74
HSL198.95º76%14.71%-
HSV(B)198.95º86.36%25.88%-
XYZ2.152.575.54-
YUV38.39143.58107.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 66 (26.17% from 255) = 53.66%
R=7.32%
G=39.02%
B=53.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal948660.860.2700.74198.957614.71
Hex93042561B04Ac74cf
Octal116010212633011230711417
Binary10011100001000010101011011011010010101100011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093042; }

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

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

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

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

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

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

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

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