Html Css Color HEX #093349 Blue Whale

📋 copy color: '#093349'

red 9 ◦ green 51 ◦ blue 73

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

Shades of Blue Whale #093349

Tints of Blue Whale #093349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.35%

 BLUE value IS 73 (28.91% from 255) = 54.89%

R = 6.77%
G = 38.35%
B = 54.89%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#093349 (or 0x093349) is known color: Blue Whale. HEX triplet: 09, 33 and 49. RGB value is (9,51,73). Sum of RGB (Red+Green+Blue) = 9+51+73=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #093349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093349 is #F6CCB6. Grayscale: #282828. Windows color (decimal): -16174263 or 4797193. OLE color: 4797193.

HSL color Cylindrical-coordinate representation of color #093349: hue angle of 200.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093349 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 51 73 -
CMYK 0.88 0.30 0 0.71
HSL 200.63º 0.78% 0.16% -
HSV(B) 200.63º 0.88% 0.29% -
XYZ 2.5 2.91 6.73 -
YUV 40.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 9 51 73 0.88 0.30 0 0.71 200.63 0.78 0.16
Hex 9 33 49 58 1E 0 47 C9 4E 10
Octal 11 63 111 130 36 0 107 311 116 20
Binary 1001 110011 1001001 1011000 11110 0 1000111 11001001 1001110 10000

Color Harmonies of #093349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093349

Black with #093349

Text Example


Text Example

White with #093349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093349; }

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

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

background-color css

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

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

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

border-color css

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

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

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