Html Css Color HEX #09314E Blue Whale

📋 copy color: '#09314E'

red 9 ◦ green 49 ◦ blue 78

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

Shades of Blue Whale #09314E

Tints of Blue Whale #09314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 57.35%

R = 6.62%
G = 36.03%
B = 57.35%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#09314E (or 0x09314E) is known color: Blue Whale. HEX triplet: 09, 31 and 4E. RGB value is (9,49,78). Sum of RGB (Red+Green+Blue) = 9+49+78=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #09314E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09314E is #F6CEB1. Grayscale: #282828. Windows color (decimal): -16174770 or 5124361. OLE color: 5124361.

HSL color Cylindrical-coordinate representation of color #09314E: hue angle of 205.22º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09314E is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 49 78 -
CMYK 0.88 0.37 0 0.69
HSL 205.22º 0.79% 0.17% -
HSV(B) 205.22º 0.88% 0.31% -
XYZ 2.59 2.8 7.61 -
YUV 40.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 9 49 78 0.88 0.37 0 0.69 205.22 0.79 0.17
Hex 9 31 4E 58 25 0 45 CD 4F 11
Octal 11 61 116 130 45 0 105 315 117 21
Binary 1001 110001 1001110 1011000 100101 0 1000101 11001101 1001111 10001

Color Harmonies of #09314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09314E

Black with #09314E

Text Example


Text Example

White with #09314E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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