Html Css Color HEX #093850 Blue Whale

📋 copy color: '#093850'

red 9 ◦ green 56 ◦ blue 80

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

Shades of Blue Whale #093850

Tints of Blue Whale #093850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.62%

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

R = 6.21%
G = 38.62%
B = 55.17%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#093850 (or 0x093850) is known color: Blue Whale. HEX triplet: 09, 38 and 50. RGB value is (9,56,80). Sum of RGB (Red+Green+Blue) = 9+56+80=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #093850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093850 is #F6C7AF. Grayscale: #2C2C2C. Windows color (decimal): -16172976 or 5257225. OLE color: 5257225.

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

Color convert

RGB 9 56 80 -
CMYK 0.89 0.30 0 0.69
HSL 200.28º 0.8% 0.17% -
HSV(B) 200.28º 0.89% 0.31% -
XYZ 2.97 3.47 8.1 -
YUV 44.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 9 56 80 0.89 0.30 0 0.69 200.28 0.8 0.17
Hex 9 38 50 59 1E 0 45 C8 50 11
Octal 11 70 120 131 36 0 105 310 120 21
Binary 1001 111000 1010000 1011001 11110 0 1000101 11001000 1010000 10001

Color Harmonies of #093850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093850

Black with #093850

Text Example


Text Example

White with #093850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093850; }

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

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

background-color css

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

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

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

border-color css

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

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

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