Html Css Color HEX #08313F Blue Whale

📋 copy color: '#08313F'

red 8 ◦ green 49 ◦ blue 63

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

Shades of Blue Whale #08313F

Tints of Blue Whale #08313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 52.5%

R = 6.67%
G = 40.83%
B = 52.5%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#08313F (or 0x08313F) is known color: Blue Whale. HEX triplet: 08, 31 and 3F. RGB value is (8,49,63). Sum of RGB (Red+Green+Blue) = 8+49+63=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #08313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08313F is #F7CEC0. Grayscale: #262626. Windows color (decimal): -16240321 or 4141320. OLE color: 4141320.

HSL color Cylindrical-coordinate representation of color #08313F: hue angle of 195.27º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08313F is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 49 63 -
CMYK 0.87 0.22 0 0.75
HSL 195.27º 0.77% 0.14% -
HSV(B) 195.27º 0.87% 0.25% -
XYZ 2.1 2.61 5.1 -
YUV 38.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 8 49 63 0.87 0.22 0 0.75 195.27 0.77 0.14
Hex 8 31 3F 57 16 0 4B C3 4D E
Octal 10 61 77 127 26 0 113 303 115 16
Binary 1000 110001 111111 1010111 10110 0 1001011 11000011 1001101 1110

Color Harmonies of #08313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08313F

Black with #08313F

Text Example


Text Example

White with #08313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08313F; }

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

 H1.HeaderClassName
 {
   color: #08313F;
 }
 .AnyTagClassName
 {
   color: #08313F;
 }
</style>

background-color css

<style>
 a { background-color: #08313F; }

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

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

border-color css

<style>
 span { border-color: #08313F; }

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

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