Html Css Color HEX #093650 Blue Whale

📋 copy color: '#093650'

red 9 ◦ green 54 ◦ blue 80

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

Shades of Blue Whale #093650

Tints of Blue Whale #093650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.76%

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

R = 6.29%
G = 37.76%
B = 55.94%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#093650 (or 0x093650) is known color: Blue Whale. HEX triplet: 09, 36 and 50. RGB value is (9,54,80). Sum of RGB (Red+Green+Blue) = 9+54+80=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #093650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093650 is #F6C9AF. Grayscale: #2B2B2B. Windows color (decimal): -16173488 or 5256713. OLE color: 5256713.

HSL color Cylindrical-coordinate representation of color #093650: hue angle of 201.97º 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 #093650 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 54 80 -
CMYK 0.89 0.33 0 0.69
HSL 201.97º 0.8% 0.17% -
HSV(B) 201.97º 0.89% 0.31% -
XYZ 2.88 3.28 8.07 -
YUV 43.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 9 54 80 0.89 0.33 0 0.69 201.97 0.8 0.17
Hex 9 36 50 59 21 0 45 CA 50 11
Octal 11 66 120 131 41 0 105 312 120 21
Binary 1001 110110 1010000 1011001 100001 0 1000101 11001010 1010000 10001

Color Harmonies of #093650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093650

Black with #093650

Text Example


Text Example

White with #093650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093650; }

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

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

background-color css

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

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

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

border-color css

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

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

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