Html Css Color HEX #081D6D Sapphire

📋 copy color: '#081D6D'

red 8 ◦ green 29 ◦ blue 109

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

Shades of Sapphire #081D6D

Tints of Sapphire #081D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 74.66%

R = 5.48%
G = 19.86%
B = 74.66%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#081D6D (or 0x081D6D) is known color: Sapphire. HEX triplet: 08, 1D and 6D. RGB value is (8,29,109). Sum of RGB (Red+Green+Blue) = 8+29+109=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #081D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D6D is #F7E292. Grayscale: #1F1F1F. Windows color (decimal): -16245395 or 7150856. OLE color: 7150856.

HSL color Cylindrical-coordinate representation of color #081D6D: hue angle of 227.52º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081D6D is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 29 109 -
CMYK 0.93 0.73 0 0.57
HSL 227.52º 0.86% 0.23% -
HSV(B) 227.52º 0.93% 0.43% -
XYZ 3.3 2.03 14.69 -
YUV 31.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 8 29 109 0.93 0.73 0 0.57 227.52 0.86 0.23
Hex 8 1D 6D 5D 49 0 39 E4 56 17
Octal 10 35 155 135 111 0 71 344 126 27
Binary 1000 11101 1101101 1011101 1001001 0 111001 11100100 1010110 10111

Color Harmonies of #081D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D6D

Black with #081D6D

Text Example


Text Example

White with #081D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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