Html Css Color HEX #093046 Blue Whale

📋 copy color: '#093046'

red 9 ◦ green 48 ◦ blue 70

#093046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #093046

Tints of Blue Whale #093046

RGB

 RED value IS 9 (3.91% from 255) = 7.09%

 GREEN value IS 48 (19.14% from 255) = 37.8%

 BLUE value IS 70 (27.73% from 255) = 55.12%

R = 7.09%
G = 37.8%
B = 55.12%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#093046 (or 0x093046) is known color: Blue Whale. HEX triplet: 09, 30 and 46. RGB value is (9,48,70). Sum of RGB (Red+Green+Blue) = 9+48+70=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 70 (27.73% from 255 or 55.12% from 127); Max value from RGB is 70 - color contains mainly: blue. Hex color #093046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093046 is #F6CFB9. Grayscale: #262626. Windows color (decimal): -16175034 or 4599817. OLE color: 4599817.

HSL color Cylindrical-coordinate representation of color #093046: hue angle of 201.64º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093046 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 48 70 -
CMYK 0.87 0.31 0 0.73
HSL 201.64º 0.77% 0.15% -
HSV(B) 201.64º 0.87% 0.27% -
XYZ 2.28 2.61 6.18 -
YUV 38.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 9 48 70 0.87 0.31 0 0.73 201.64 0.77 0.15
Hex 9 30 46 57 1F 0 49 CA 4D F
Octal 11 60 106 127 37 0 111 312 115 17
Binary 1001 110000 1000110 1010111 11111 0 1001001 11001010 1001101 1111

Color Harmonies of #093046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093046

Black with #093046

Text Example


Text Example

White with #093046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093046; }

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

 H1.HeaderClassName
 {
   color: #093046;
 }
 .AnyTagClassName
 {
   color: #093046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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