Html Css Color HEX #093041 Blue Whale

📋 copy color: '#093041'

red 9 ◦ green 48 ◦ blue 65

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

Shades of Blue Whale #093041

Tints of Blue Whale #093041

RGB

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

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

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

R = 7.38%
G = 39.34%
B = 53.28%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#093041 (or 0x093041) is known color: Blue Whale. HEX triplet: 09, 30 and 41. RGB value is (9,48,65). Sum of RGB (Red+Green+Blue) = 9+48+65=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #093041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093041 is #F6CFBE. Grayscale: #262626. Windows color (decimal): -16175039 or 4272137. OLE color: 4272137.

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

Color convert

RGB 9 48 65 -
CMYK 0.86 0.26 0 0.75
HSL 198.21º 0.76% 0.15% -
HSV(B) 198.21º 0.86% 0.25% -
XYZ 2.12 2.55 5.38 -
YUV 38.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 9 48 65 0.86 0.26 0 0.75 198.21 0.76 0.15
Hex 9 30 41 56 1A 0 4B C6 4C F
Octal 11 60 101 126 32 0 113 306 114 17
Binary 1001 110000 1000001 1010110 11010 0 1001011 11000110 1001100 1111

Color Harmonies of #093041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093041

Black with #093041

Text Example


Text Example

White with #093041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093041; }

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

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

background-color css

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

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

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

border-color css

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

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

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