Html Css Color HEX #081C5F Sapphire

📋 copy color: '#081C5F'

red 8 ◦ green 28 ◦ blue 95

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

Shades of Sapphire #081C5F

Tints of Sapphire #081C5F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.37%

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

R = 6.11%
G = 21.37%
B = 72.52%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#081C5F (or 0x081C5F) is known color: Sapphire. HEX triplet: 08, 1C and 5F. RGB value is (8,28,95). Sum of RGB (Red+Green+Blue) = 8+28+95=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 95 (37.5% from 255 or 72.52% from 131); Max value from RGB is 95 - color contains mainly: blue. Hex color #081C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C5F is #F7E3A0. Grayscale: #1D1D1D. Windows color (decimal): -16245665 or 6233096. OLE color: 6233096.

HSL color Cylindrical-coordinate representation of color #081C5F: hue angle of 226.21º 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 #081C5F is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 28 95 -
CMYK 0.92 0.71 0 0.63
HSL 226.21º 0.84% 0.2% -
HSV(B) 226.21º 0.92% 0.37% -
XYZ 2.58 1.71 11.02 -
YUV 29.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 8 28 95 0.92 0.71 0 0.63 226.21 0.84 0.2
Hex 8 1C 5F 5C 47 0 3F E2 54 14
Octal 10 34 137 134 107 0 77 342 124 24
Binary 1000 11100 1011111 1011100 1000111 0 111111 11100010 1010100 10100

Color Harmonies of #081C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C5F

Black with #081C5F

Text Example


Text Example

White with #081C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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