Html Css Color HEX #081A5F Sapphire

📋 copy color: '#081A5F'

red 8 ◦ green 26 ◦ blue 95

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

Shades of Sapphire #081A5F

Tints of Sapphire #081A5F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.16%

 BLUE value IS 95 (37.5% from 255) = 73.64%

R = 6.2%
G = 20.16%
B = 73.64%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#081A5F (or 0x081A5F) is known color: Sapphire. HEX triplet: 08, 1A and 5F. RGB value is (8,26,95). Sum of RGB (Red+Green+Blue) = 8+26+95=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #081A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A5F is #F7E5A0. Grayscale: #1C1C1C. Windows color (decimal): -16246177 or 6232584. OLE color: 6232584.

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

Color convert

RGB 8 26 95 -
CMYK 0.92 0.73 0 0.63
HSL 227.59º 0.84% 0.2% -
HSV(B) 227.59º 0.92% 0.37% -
XYZ 2.54 1.62 11 -
YUV 28.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 8 26 95 0.92 0.73 0 0.63 227.59 0.84 0.2
Hex 8 1A 5F 5C 49 0 3F E4 54 14
Octal 10 32 137 134 111 0 77 344 124 24
Binary 1000 11010 1011111 1011100 1001001 0 111111 11100100 1010100 10100

Color Harmonies of #081A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081A5F

Black with #081A5F

Text Example


Text Example

White with #081A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,26,95); }

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

background-color css

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

 a { background-color: rgb(8,26,95); }

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

border-color css

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

 span { border-color: rgb(8,26,95); }

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