Html Css Color HEX #08194C Sapphire

📋 copy color: '#08194C'

red 8 ◦ green 25 ◦ blue 76

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

Shades of Sapphire #08194C

Tints of Sapphire #08194C

RGB

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

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

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

R = 7.34%
G = 22.94%
B = 69.72%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08194C (or 0x08194C) is known color: Sapphire. HEX triplet: 08, 19 and 4C. RGB value is (8,25,76). Sum of RGB (Red+Green+Blue) = 8+25+76=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #08194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08194C is #F7E6B3. Grayscale: #191919. Windows color (decimal): -16246452 or 4987144. OLE color: 4987144.

HSL color Cylindrical-coordinate representation of color #08194C: hue angle of 225º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08194C is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 25 76 -
CMYK 0.89 0.67 0 0.70
HSL 225º 0.81% 0.16% -
HSV(B) 225º 0.89% 0.3% -
XYZ 1.75 1.27 6.99 -
YUV 25.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 8 25 76 0.89 0.67 0 0.70 225 0.81 0.16
Hex 8 19 4C 59 43 0 46 E1 51 10
Octal 10 31 114 131 103 0 106 341 121 20
Binary 1000 11001 1001100 1011001 1000011 0 1000110 11100001 1010001 10000

Color Harmonies of #08194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08194C

Black with #08194C

Text Example


Text Example

White with #08194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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