Html Css Color HEX #08125D Sapphire

📋 copy color: '#08125D'

red 8 ◦ green 18 ◦ blue 93

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

Shades of Sapphire #08125D

Tints of Sapphire #08125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

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

R = 6.72%
G = 15.13%
B = 78.15%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#08125D (or 0x08125D) is known color: Sapphire. HEX triplet: 08, 12 and 5D. RGB value is (8,18,93). Sum of RGB (Red+Green+Blue) = 8+18+93=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #08125D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08125D is #F7EDA2. Grayscale: #171717. Windows color (decimal): -16248227 or 6099464. OLE color: 6099464.

HSL color Cylindrical-coordinate representation of color #08125D: hue angle of 232.94º 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 #08125D is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 18 93 -
CMYK 0.91 0.81 0 0.64
HSL 232.94º 0.84% 0.2% -
HSV(B) 232.94º 0.91% 0.36% -
XYZ 2.29 1.27 10.48 -
YUV 23.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 8 18 93 0.91 0.81 0 0.64 232.94 0.84 0.2
Hex 8 12 5D 5B 51 0 40 E9 54 14
Octal 10 22 135 133 121 0 100 351 124 24
Binary 1000 10010 1011101 1011011 1010001 0 1000000 11101001 1010100 10100

Color Harmonies of #08125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08125D

Black with #08125D

Text Example


Text Example

White with #08125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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