Html Css Color HEX #093040 Blue Whale

📋 copy color: '#093040'

red 9 ◦ green 48 ◦ blue 64

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

Shades of Blue Whale #093040

Tints of Blue Whale #093040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

 BLUE value IS 64 (25.39% from 255) = 52.89%

R = 7.44%
G = 39.67%
B = 52.89%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#093040 (or 0x093040) is known color: Blue Whale. HEX triplet: 09, 30 and 40. RGB value is (9,48,64). Sum of RGB (Red+Green+Blue) = 9+48+64=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #093040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093040 is #F6CFBF. Grayscale: #262626. Windows color (decimal): -16175040 or 4206601. OLE color: 4206601.

HSL color Cylindrical-coordinate representation of color #093040: hue angle of 197.45º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093040 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 48 64 -
CMYK 0.86 0.25 0 0.75
HSL 197.45º 0.75% 0.14% -
HSV(B) 197.45º 0.86% 0.25% -
XYZ 2.1 2.54 5.23 -
YUV 38.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 9 48 64 0.86 0.25 0 0.75 197.45 0.75 0.14
Hex 9 30 40 56 19 0 4B C5 4B E
Octal 11 60 100 126 31 0 113 305 113 16
Binary 1001 110000 1000000 1010110 11001 0 1001011 11000101 1001011 1110

Color Harmonies of #093040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093040

Black with #093040

Text Example


Text Example

White with #093040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093040; }

 p { color: rgb(9,48,64); }

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

background-color css

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

 a { background-color: rgb(9,48,64); }

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

border-color css

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

 span { border-color: rgb(9,48,64); }

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