Html Css Color HEX #08145F Sapphire

📋 copy color: '#08145F'

red 8 ◦ green 20 ◦ blue 95

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

Shades of Sapphire #08145F

Tints of Sapphire #08145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 77.24%

R = 6.5%
G = 16.26%
B = 77.24%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08145F (or 0x08145F) is known color: Sapphire. HEX triplet: 08, 14 and 5F. RGB value is (8,20,95). Sum of RGB (Red+Green+Blue) = 8+20+95=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 95 (37.5% from 255 or 77.24% from 123); Max value from RGB is 95 - color contains mainly: blue. Hex color #08145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08145F is #F7EBA0. Grayscale: #181818. Windows color (decimal): -16247713 or 6231048. OLE color: 6231048.

HSL color Cylindrical-coordinate representation of color #08145F: hue angle of 231.72º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08145F is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 20 95 -
CMYK 0.92 0.79 0 0.63
HSL 231.72º 0.84% 0.2% -
HSV(B) 231.72º 0.92% 0.37% -
XYZ 2.42 1.38 10.97 -
YUV 24.96 167.52 115.9 -
System Red Green Blue C M Y K H S L
Decimal 8 20 95 0.92 0.79 0 0.63 231.72 0.84 0.2
Hex 8 14 5F 5C 4F 0 3F E8 54 14
Octal 10 24 137 134 117 0 77 350 124 24
Binary 1000 10100 1011111 1011100 1001111 0 111111 11101000 1010100 10100

Color Harmonies of #08145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08145F

Black with #08145F

Text Example


Text Example

White with #08145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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