Html Css Color HEX #08194E Sapphire

📋 copy color: '#08194E'

red 8 ◦ green 25 ◦ blue 78

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

Shades of Sapphire #08194E

Tints of Sapphire #08194E

RGB

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

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

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

R = 7.21%
G = 22.52%
B = 70.27%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08194E (or 0x08194E) is known color: Sapphire. HEX triplet: 08, 19 and 4E. RGB value is (8,25,78). Sum of RGB (Red+Green+Blue) = 8+25+78=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 78 (30.86% from 255 or 70.27% from 111); Max value from RGB is 78 - color contains mainly: blue. Hex color #08194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08194E is #F7E6B1. Grayscale: #191919. Windows color (decimal): -16246450 or 5118216. OLE color: 5118216.

HSL color Cylindrical-coordinate representation of color #08194E: hue angle of 225.43º 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 #08194E is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 25 78 -
CMYK 0.90 0.68 0 0.69
HSL 225.43º 0.81% 0.17% -
HSV(B) 225.43º 0.9% 0.31% -
XYZ 1.82 1.3 7.36 -
YUV 25.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 8 25 78 0.90 0.68 0 0.69 225.43 0.81 0.17
Hex 8 19 4E 5A 44 0 45 E1 51 11
Octal 10 31 116 132 104 0 105 341 121 21
Binary 1000 11001 1001110 1011010 1000100 0 1000101 11100001 1010001 10001

Color Harmonies of #08194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08194E

Black with #08194E

Text Example


Text Example

White with #08194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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