Html Css Color HEX #09314C Blue Whale

📋 copy color: '#09314C'

red 9 ◦ green 49 ◦ blue 76

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

Shades of Blue Whale #09314C

Tints of Blue Whale #09314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 56.72%

R = 6.72%
G = 36.57%
B = 56.72%

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

#09314C (or 0x09314C) is known color: Blue Whale. HEX triplet: 09, 31 and 4C. RGB value is (9,49,76). Sum of RGB (Red+Green+Blue) = 9+49+76=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #09314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09314C is #F6CEB3. Grayscale: #272727. Windows color (decimal): -16174772 or 4993289. OLE color: 4993289.

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

Color convert

RGB 9 49 76 -
CMYK 0.88 0.36 0 0.70
HSL 204.18º 0.79% 0.17% -
HSV(B) 204.18º 0.88% 0.3% -
XYZ 2.52 2.78 7.24 -
YUV 40.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 9 49 76 0.88 0.36 0 0.70 204.18 0.79 0.17
Hex 9 31 4C 58 24 0 46 CC 4F 11
Octal 11 61 114 130 44 0 106 314 117 21
Binary 1001 110001 1001100 1011000 100100 0 1000110 11001100 1001111 10001

Color Harmonies of #09314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09314C

Black with #09314C

Text Example


Text Example

White with #09314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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