Html Css Color HEX #093249 Blue Whale

📋 copy color: '#093249'

red 9 ◦ green 50 ◦ blue 73

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

Shades of Blue Whale #093249

Tints of Blue Whale #093249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.88%

 BLUE value IS 73 (28.91% from 255) = 55.3%

R = 6.82%
G = 37.88%
B = 55.3%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#093249 (or 0x093249) is known color: Blue Whale. HEX triplet: 09, 32 and 49. RGB value is (9,50,73). Sum of RGB (Red+Green+Blue) = 9+50+73=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #093249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093249 is #F6CDB6. Grayscale: #282828. Windows color (decimal): -16174519 or 4796937. OLE color: 4796937.

HSL color Cylindrical-coordinate representation of color #093249: hue angle of 201.56º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093249 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 50 73 -
CMYK 0.88 0.32 0 0.71
HSL 201.56º 0.78% 0.16% -
HSV(B) 201.56º 0.88% 0.29% -
XYZ 2.46 2.82 6.72 -
YUV 40.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 9 50 73 0.88 0.32 0 0.71 201.56 0.78 0.16
Hex 9 32 49 58 20 0 47 CA 4E 10
Octal 11 62 111 130 40 0 107 312 116 20
Binary 1001 110010 1001001 1011000 100000 0 1000111 11001010 1001110 10000

Color Harmonies of #093249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093249

Black with #093249

Text Example


Text Example

White with #093249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093249; }

 p { color: rgb(9,50,73); }

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

background-color css

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

 a { background-color: rgb(9,50,73); }

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

border-color css

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

 span { border-color: rgb(9,50,73); }

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