Html Css Color HEX #081D5E Sapphire

📋 copy color: '#081D5E'

red 8 ◦ green 29 ◦ blue 94

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

Shades of Sapphire #081D5E

Tints of Sapphire #081D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 71.76%

R = 6.11%
G = 22.14%
B = 71.76%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#081D5E (or 0x081D5E) is known color: Sapphire. HEX triplet: 08, 1D and 5E. RGB value is (8,29,94). Sum of RGB (Red+Green+Blue) = 8+29+94=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #081D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D5E is #F7E2A1. Grayscale: #1D1D1D. Windows color (decimal): -16245410 or 6167816. OLE color: 6167816.

HSL color Cylindrical-coordinate representation of color #081D5E: hue angle of 225.35º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081D5E is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 29 94 -
CMYK 0.91 0.69 0 0.63
HSL 225.35º 0.84% 0.2% -
HSV(B) 225.35º 0.91% 0.37% -
XYZ 2.56 1.74 10.79 -
YUV 30.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 8 29 94 0.91 0.69 0 0.63 225.35 0.84 0.2
Hex 8 1D 5E 5B 45 0 3F E1 54 14
Octal 10 35 136 133 105 0 77 341 124 24
Binary 1000 11101 1011110 1011011 1000101 0 111111 11100001 1010100 10100

Color Harmonies of #081D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D5E

Black with #081D5E

Text Example


Text Example

White with #081D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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