Html Css Color HEX #08145D Sapphire

📋 copy color: '#08145D'

red 8 ◦ green 20 ◦ blue 93

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

Shades of Sapphire #08145D

Tints of Sapphire #08145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.53%

 BLUE value IS 93 (36.72% from 255) = 76.86%

R = 6.61%
G = 16.53%
B = 76.86%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08145D (or 0x08145D) is known color: Sapphire. HEX triplet: 08, 14 and 5D. RGB value is (8,20,93). Sum of RGB (Red+Green+Blue) = 8+20+93=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #08145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08145D is #F7EBA2. Grayscale: #181818. Windows color (decimal): -16247715 or 6099976. OLE color: 6099976.

HSL color Cylindrical-coordinate representation of color #08145D: hue angle of 231.53º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08145D is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 20 93 -
CMYK 0.91 0.78 0 0.64
HSL 231.53º 0.84% 0.2% -
HSV(B) 231.53º 0.91% 0.36% -
XYZ 2.33 1.34 10.49 -
YUV 24.73 166.52 116.06 -
System Red Green Blue C M Y K H S L
Decimal 8 20 93 0.91 0.78 0 0.64 231.53 0.84 0.2
Hex 8 14 5D 5B 4E 0 40 E8 54 14
Octal 10 24 135 133 116 0 100 350 124 24
Binary 1000 10100 1011101 1011011 1001110 0 1000000 11101000 1010100 10100

Color Harmonies of #08145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08145D

Black with #08145D

Text Example


Text Example

White with #08145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,20,93); }

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

background-color css

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

 a { background-color: rgb(8,20,93); }

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

border-color css

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

 span { border-color: rgb(8,20,93); }

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