Html Css Color HEX #08124D Sapphire

📋 copy color: '#08124D'

red 8 ◦ green 18 ◦ blue 77

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

Shades of Sapphire #08124D

Tints of Sapphire #08124D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 74.76%

R = 7.77%
G = 17.48%
B = 74.76%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08124D (or 0x08124D) is known color: Sapphire. HEX triplet: 08, 12 and 4D. RGB value is (8,18,77). Sum of RGB (Red+Green+Blue) = 8+18+77=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #08124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08124D is #F7EDB2. Grayscale: #151515. Windows color (decimal): -16248243 or 5050888. OLE color: 5050888.

HSL color Cylindrical-coordinate representation of color #08124D: hue angle of 231.3º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08124D is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 18 77 -
CMYK 0.90 0.77 0 0.70
HSL 231.3º 0.81% 0.17% -
HSV(B) 231.3º 0.9% 0.3% -
XYZ 1.66 1.02 7.13 -
YUV 21.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 8 18 77 0.90 0.77 0 0.70 231.3 0.81 0.17
Hex 8 12 4D 5A 4D 0 46 E7 51 11
Octal 10 22 115 132 115 0 106 347 121 21
Binary 1000 10010 1001101 1011010 1001101 0 1000110 11100111 1010001 10001

Color Harmonies of #08124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08124D

Black with #08124D

Text Example


Text Example

White with #08124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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