Html Css Color HEX #081D6F Sapphire

📋 copy color: '#081D6F'

red 8 ◦ green 29 ◦ blue 111

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

Shades of Sapphire #081D6F

Tints of Sapphire #081D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 75%

R = 5.41%
G = 19.59%
B = 75%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#081D6F (or 0x081D6F) is known color: Sapphire. HEX triplet: 08, 1D and 6F. RGB value is (8,29,111). Sum of RGB (Red+Green+Blue) = 8+29+111=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 111 (43.75% from 255 or 75% from 148); Max value from RGB is 111 - color contains mainly: blue. Hex color #081D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D6F is #F7E290. Grayscale: #1F1F1F. Windows color (decimal): -16245393 or 7281928. OLE color: 7281928.

HSL color Cylindrical-coordinate representation of color #081D6F: hue angle of 227.77º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081D6F is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 29 111 -
CMYK 0.93 0.74 0 0.56
HSL 227.77º 0.87% 0.23% -
HSV(B) 227.77º 0.93% 0.44% -
XYZ 3.41 2.08 15.26 -
YUV 32.07 172.54 110.83 -
System Red Green Blue C M Y K H S L
Decimal 8 29 111 0.93 0.74 0 0.56 227.77 0.87 0.23
Hex 8 1D 6F 5D 4A 0 38 E4 57 17
Octal 10 35 157 135 112 0 70 344 127 27
Binary 1000 11101 1101111 1011101 1001010 0 111000 11100100 1010111 10111

Color Harmonies of #081D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D6F

Black with #081D6F

Text Example


Text Example

White with #081D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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