Html Css Color HEX #093140 Blue Whale

📋 copy color: '#093140'

red 9 ◦ green 49 ◦ blue 64

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

Shades of Blue Whale #093140

Tints of Blue Whale #093140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.16%

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

R = 7.38%
G = 40.16%
B = 52.46%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#093140 (or 0x093140) is known color: Blue Whale. HEX triplet: 09, 31 and 40. RGB value is (9,49,64). Sum of RGB (Red+Green+Blue) = 9+49+64=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #093140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093140 is #F6CEBF. Grayscale: #262626. Windows color (decimal): -16174784 or 4206857. OLE color: 4206857.

HSL color Cylindrical-coordinate representation of color #093140: hue angle of 196.36º 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 #093140 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 49 64 -
CMYK 0.86 0.23 0 0.75
HSL 196.36º 0.75% 0.14% -
HSV(B) 196.36º 0.86% 0.25% -
XYZ 2.14 2.62 5.24 -
YUV 38.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 9 49 64 0.86 0.23 0 0.75 196.36 0.75 0.14
Hex 9 31 40 56 17 0 4B C4 4B E
Octal 11 61 100 126 27 0 113 304 113 16
Binary 1001 110001 1000000 1010110 10111 0 1001011 11000100 1001011 1110

Color Harmonies of #093140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093140

Black with #093140

Text Example


Text Example

White with #093140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093140; }

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

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

background-color css

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

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

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

border-color css

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

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

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