Html Css Color HEX #08194D Sapphire

📋 copy color: '#08194D'

red 8 ◦ green 25 ◦ blue 77

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

Shades of Sapphire #08194D

Tints of Sapphire #08194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.73%

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

R = 7.27%
G = 22.73%
B = 70%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08194D (or 0x08194D) is known color: Sapphire. HEX triplet: 08, 19 and 4D. RGB value is (8,25,77). Sum of RGB (Red+Green+Blue) = 8+25+77=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 77 (30.47% from 255 or 70% from 110); Max value from RGB is 77 - color contains mainly: blue. Hex color #08194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08194D is #F7E6B2. Grayscale: #191919. Windows color (decimal): -16246451 or 5052680. OLE color: 5052680.

HSL color Cylindrical-coordinate representation of color #08194D: hue angle of 225.22º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08194D is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 25 77 -
CMYK 0.90 0.68 0 0.70
HSL 225.22º 0.81% 0.17% -
HSV(B) 225.22º 0.9% 0.3% -
XYZ 1.79 1.28 7.17 -
YUV 25.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 8 25 77 0.90 0.68 0 0.70 225.22 0.81 0.17
Hex 8 19 4D 5A 44 0 46 E1 51 11
Octal 10 31 115 132 104 0 106 341 121 21
Binary 1000 11001 1001101 1011010 1000100 0 1000110 11100001 1010001 10001

Color Harmonies of #08194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08194D

Black with #08194D

Text Example


Text Example

White with #08194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,25,77); }

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

background-color css

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

 a { background-color: rgb(8,25,77); }

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

border-color css

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

 span { border-color: rgb(8,25,77); }

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