Html Css Color HEX #093750 Blue Whale

📋 copy color: '#093750'

red 9 ◦ green 55 ◦ blue 80

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

Shades of Blue Whale #093750

Tints of Blue Whale #093750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.19%

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

R = 6.25%
G = 38.19%
B = 55.56%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#093750 (or 0x093750) is known color: Blue Whale. HEX triplet: 09, 37 and 50. RGB value is (9,55,80). Sum of RGB (Red+Green+Blue) = 9+55+80=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #093750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093750 is #F6C8AF. Grayscale: #2B2B2B. Windows color (decimal): -16173232 or 5256969. OLE color: 5256969.

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

Color convert

RGB 9 55 80 -
CMYK 0.89 0.31 0 0.69
HSL 201.13º 0.8% 0.17% -
HSV(B) 201.13º 0.89% 0.31% -
XYZ 2.93 3.37 8.09 -
YUV 44.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 9 55 80 0.89 0.31 0 0.69 201.13 0.8 0.17
Hex 9 37 50 59 1F 0 45 C9 50 11
Octal 11 67 120 131 37 0 105 311 120 21
Binary 1001 110111 1010000 1011001 11111 0 1000101 11001001 1010000 10001

Color Harmonies of #093750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093750

Black with #093750

Text Example


Text Example

White with #093750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093750; }

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

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

background-color css

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

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

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

border-color css

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

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

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