Html Css Color HEX #09314D Blue Whale

📋 copy color: '#09314D'

red 9 ◦ green 49 ◦ blue 77

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

Shades of Blue Whale #09314D

Tints of Blue Whale #09314D

RGB

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

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

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

R = 6.67%
G = 36.3%
B = 57.04%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09314D (or 0x09314D) is known color: Blue Whale. HEX triplet: 09, 31 and 4D. RGB value is (9,49,77). Sum of RGB (Red+Green+Blue) = 9+49+77=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #09314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09314D is #F6CEB2. Grayscale: #282828. Windows color (decimal): -16174771 or 5058825. OLE color: 5058825.

HSL color Cylindrical-coordinate representation of color #09314D: hue angle of 204.71º 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 #09314D is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 49 77 -
CMYK 0.88 0.36 0 0.70
HSL 204.71º 0.79% 0.17% -
HSV(B) 204.71º 0.88% 0.3% -
XYZ 2.55 2.79 7.43 -
YUV 40.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 9 49 77 0.88 0.36 0 0.70 204.71 0.79 0.17
Hex 9 31 4D 58 24 0 46 CD 4F 11
Octal 11 61 115 130 44 0 106 315 117 21
Binary 1001 110001 1001101 1011000 100100 0 1000110 11001101 1001111 10001

Color Harmonies of #09314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09314D

Black with #09314D

Text Example


Text Example

White with #09314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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