Html Css Color HEX #081D7D Sapphire

📋 copy color: '#081D7D'

red 8 ◦ green 29 ◦ blue 125

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

Shades of Sapphire #081D7D

Tints of Sapphire #081D7D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.9%

 BLUE value IS 125 (49.22% from 255) = 77.16%

R = 4.94%
G = 17.9%
B = 77.16%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#081D7D (or 0x081D7D) is known color: Sapphire. HEX triplet: 08, 1D and 7D. RGB value is (8,29,125). Sum of RGB (Red+Green+Blue) = 8+29+125=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 125 (49.22% from 255 or 77.16% from 162); Max value from RGB is 125 - color contains mainly: blue. Hex color #081D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D7D is #F7E282. Grayscale: #212121. Windows color (decimal): -16245379 or 8199432. OLE color: 8199432.

HSL color Cylindrical-coordinate representation of color #081D7D: hue angle of 229.23º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081D7D is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 29 125 -
CMYK 0.94 0.77 0 0.51
HSL 229.23º 0.88% 0.26% -
HSV(B) 229.23º 0.94% 0.49% -
XYZ 4.24 2.41 19.64 -
YUV 33.67 179.54 109.69 -
System Red Green Blue C M Y K H S L
Decimal 8 29 125 0.94 0.77 0 0.51 229.23 0.88 0.26
Hex 8 1D 7D 5E 4D 0 33 E5 58 1A
Octal 10 35 175 136 115 0 63 345 130 32
Binary 1000 11101 1111101 1011110 1001101 0 110011 11100101 1011000 11010

Color Harmonies of #081D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D7D

Black with #081D7D

Text Example


Text Example

White with #081D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081D7D; }

 p { color: rgb(8,29,125); }

 H1.HeaderClassName
 {
   color: #081D7D;
 }
 .AnyTagClassName
 {
   color: #081D7D;
 }
</style>

background-color css

<style>
 a { background-color: #081D7D; }

 a { background-color: rgb(8,29,125); }

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

border-color css

<style>
 span { border-color: #081D7D; }

 span { border-color: rgb(8,29,125); }

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