Html Css Color HEX #093141 Blue Whale

📋 copy color: '#093141'

red 9 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #093141

Tints of Blue Whale #093141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 52.85%

R = 7.32%
G = 39.84%
B = 52.85%

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

#093141 (or 0x093141) is known color: Blue Whale. HEX triplet: 09, 31 and 41. RGB value is (9,49,65). Sum of RGB (Red+Green+Blue) = 9+49+65=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #093141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093141 is #F6CEBE. Grayscale: #262626. Windows color (decimal): -16174783 or 4272393. OLE color: 4272393.

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

Color convert

RGB 9 49 65 -
CMYK 0.86 0.25 0 0.75
HSL 197.14º 0.76% 0.15% -
HSV(B) 197.14º 0.86% 0.25% -
XYZ 2.17 2.64 5.4 -
YUV 38.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 9 49 65 0.86 0.25 0 0.75 197.14 0.76 0.15
Hex 9 31 41 56 19 0 4B C5 4C F
Octal 11 61 101 126 31 0 113 305 114 17
Binary 1001 110001 1000001 1010110 11001 0 1001011 11000101 1001100 1111

Color Harmonies of #093141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093141

Black with #093141

Text Example


Text Example

White with #093141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093141; }

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

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

background-color css

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

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

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

border-color css

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

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

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