Html Css Color HEX #093550 Blue Whale

📋 copy color: '#093550'

red 9 ◦ green 53 ◦ blue 80

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

Shades of Blue Whale #093550

Tints of Blue Whale #093550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

 BLUE value IS 80 (31.64% from 255) = 56.34%

R = 6.34%
G = 37.32%
B = 56.34%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#093550 (or 0x093550) is known color: Blue Whale. HEX triplet: 09, 35 and 50. RGB value is (9,53,80). Sum of RGB (Red+Green+Blue) = 9+53+80=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #093550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093550 is #F6CAAF. Grayscale: #2A2A2A. Windows color (decimal): -16173744 or 5256457. OLE color: 5256457.

HSL color Cylindrical-coordinate representation of color #093550: hue angle of 202.82º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093550 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 53 80 -
CMYK 0.89 0.34 0 0.69
HSL 202.82º 0.8% 0.17% -
HSV(B) 202.82º 0.89% 0.31% -
XYZ 2.83 3.18 8.05 -
YUV 42.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 9 53 80 0.89 0.34 0 0.69 202.82 0.8 0.17
Hex 9 35 50 59 22 0 45 CB 50 11
Octal 11 65 120 131 42 0 105 313 120 21
Binary 1001 110101 1010000 1011001 100010 0 1000101 11001011 1010000 10001

Color Harmonies of #093550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093550

Black with #093550

Text Example


Text Example

White with #093550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093550; }

 p { color: rgb(9,53,80); }

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

background-color css

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

 a { background-color: rgb(9,53,80); }

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

border-color css

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

 span { border-color: rgb(9,53,80); }

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