Html Css Color HEX #08195A Sapphire

📋 copy color: '#08195A'

red 8 ◦ green 25 ◦ blue 90

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

Shades of Sapphire #08195A

Tints of Sapphire #08195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 73.17%

R = 6.5%
G = 20.33%
B = 73.17%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#08195A (or 0x08195A) is known color: Sapphire. HEX triplet: 08, 19 and 5A. RGB value is (8,25,90). Sum of RGB (Red+Green+Blue) = 8+25+90=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #08195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08195A is #F7E6A5. Grayscale: #1B1B1B. Windows color (decimal): -16246438 or 5904648. OLE color: 5904648.

HSL color Cylindrical-coordinate representation of color #08195A: hue angle of 227.56º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08195A is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 25 90 -
CMYK 0.91 0.72 0 0.65
HSL 227.56º 0.84% 0.19% -
HSV(B) 227.56º 0.91% 0.35% -
XYZ 2.29 1.49 9.84 -
YUV 27.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 8 25 90 0.91 0.72 0 0.65 227.56 0.84 0.19
Hex 8 19 5A 5B 48 0 41 E4 54 13
Octal 10 31 132 133 110 0 101 344 124 23
Binary 1000 11001 1011010 1011011 1001000 0 1000001 11100100 1010100 10011

Color Harmonies of #08195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08195A

Black with #08195A

Text Example


Text Example

White with #08195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08195A; }

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

 H1.HeaderClassName
 {
   color: #08195A;
 }
 .AnyTagClassName
 {
   color: #08195A;
 }
</style>

background-color css

<style>
 a { background-color: #08195A; }

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

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

border-color css

<style>
 span { border-color: #08195A; }

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

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