Html Css Color HEX #08125E Sapphire

📋 copy color: '#08125E'

red 8 ◦ green 18 ◦ blue 94

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

Shades of Sapphire #08125E

Tints of Sapphire #08125E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 78.33%

R = 6.67%
G = 15%
B = 78.33%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#08125E (or 0x08125E) is known color: Sapphire. HEX triplet: 08, 12 and 5E. RGB value is (8,18,94). Sum of RGB (Red+Green+Blue) = 8+18+94=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 94 (37.11% from 255 or 78.33% from 120); Max value from RGB is 94 - color contains mainly: blue. Hex color #08125E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08125E is #F7EDA1. Grayscale: #171717. Windows color (decimal): -16248226 or 6165000. OLE color: 6165000.

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

Color convert

RGB 8 18 94 -
CMYK 0.91 0.81 0 0.63
HSL 233.02º 0.84% 0.2% -
HSV(B) 233.02º 0.91% 0.37% -
XYZ 2.34 1.29 10.72 -
YUV 23.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 8 18 94 0.91 0.81 0 0.63 233.02 0.84 0.2
Hex 8 12 5E 5B 51 0 3F E9 54 14
Octal 10 22 136 133 121 0 77 351 124 24
Binary 1000 10010 1011110 1011011 1010001 0 111111 11101001 1010100 10100

Color Harmonies of #08125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08125E

Black with #08125E

Text Example


Text Example

White with #08125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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