Html Css Color HEX #08124F Sapphire

📋 copy color: '#08124F'

red 8 ◦ green 18 ◦ blue 79

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

Shades of Sapphire #08124F

Tints of Sapphire #08124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 75.24%

R = 7.62%
G = 17.14%
B = 75.24%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08124F (or 0x08124F) is known color: Sapphire. HEX triplet: 08, 12 and 4F. RGB value is (8,18,79). Sum of RGB (Red+Green+Blue) = 8+18+79=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 79 (31.25% from 255 or 75.24% from 105); Max value from RGB is 79 - color contains mainly: blue. Hex color #08124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08124F is #F7EDB0. Grayscale: #151515. Windows color (decimal): -16248241 or 5181960. OLE color: 5181960.

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

Color convert

RGB 8 18 79 -
CMYK 0.90 0.77 0 0.69
HSL 231.55º 0.82% 0.17% -
HSV(B) 231.55º 0.9% 0.31% -
XYZ 1.73 1.05 7.51 -
YUV 21.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 8 18 79 0.90 0.77 0 0.69 231.55 0.82 0.17
Hex 8 12 4F 5A 4D 0 45 E8 52 11
Octal 10 22 117 132 115 0 105 350 122 21
Binary 1000 10010 1001111 1011010 1001101 0 1000101 11101000 1010010 10001

Color Harmonies of #08124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08124F

Black with #08124F

Text Example


Text Example

White with #08124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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