Html Css Color HEX #08314E Blue Whale

📋 copy color: '#08314E'

red 8 ◦ green 49 ◦ blue 78

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

Shades of Blue Whale #08314E

Tints of Blue Whale #08314E

RGB

 RED value IS 8 (3.52% from 255) = 5.93%

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

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

R = 5.93%
G = 36.3%
B = 57.78%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08314E (or 0x08314E) is known color: Blue Whale. HEX triplet: 08, 31 and 4E. RGB value is (8,49,78). Sum of RGB (Red+Green+Blue) = 8+49+78=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #08314E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08314E is #F7CEB1. Grayscale: #272727. Windows color (decimal): -16240306 or 5124360. OLE color: 5124360.

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

Color convert

RGB 8 49 78 -
CMYK 0.90 0.37 0 0.69
HSL 204.86º 0.81% 0.17% -
HSV(B) 204.86º 0.9% 0.31% -
XYZ 2.57 2.8 7.61 -
YUV 40.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 8 49 78 0.90 0.37 0 0.69 204.86 0.81 0.17
Hex 8 31 4E 5A 25 0 45 CD 51 11
Octal 10 61 116 132 45 0 105 315 121 21
Binary 1000 110001 1001110 1011010 100101 0 1000101 11001101 1010001 10001

Color Harmonies of #08314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08314E

Black with #08314E

Text Example


Text Example

White with #08314E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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