Html Css Color HEX #09304D Blue Whale

📋 copy color: '#09304D'

red 9 ◦ green 48 ◦ blue 77

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

Shades of Blue Whale #09304D

Tints of Blue Whale #09304D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 57.46%

R = 6.72%
G = 35.82%
B = 57.46%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09304D (or 0x09304D) is known color: Blue Whale. HEX triplet: 09, 30 and 4D. RGB value is (9,48,77). Sum of RGB (Red+Green+Blue) = 9+48+77=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #09304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09304D is #F6CFB2. Grayscale: #272727. Windows color (decimal): -16175027 or 5058569. OLE color: 5058569.

HSL color Cylindrical-coordinate representation of color #09304D: hue angle of 205.59º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09304D is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 48 77 -
CMYK 0.88 0.38 0 0.70
HSL 205.59º 0.79% 0.17% -
HSV(B) 205.59º 0.88% 0.3% -
XYZ 2.51 2.71 7.41 -
YUV 39.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 9 48 77 0.88 0.38 0 0.70 205.59 0.79 0.17
Hex 9 30 4D 58 26 0 46 CE 4F 11
Octal 11 60 115 130 46 0 106 316 117 21
Binary 1001 110000 1001101 1011000 100110 0 1000110 11001110 1001111 10001

Color Harmonies of #09304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09304D

Black with #09304D

Text Example


Text Example

White with #09304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09304D; }

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

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

background-color css

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

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

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

border-color css

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

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

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