Html Css Color HEX #081F5A Sapphire

📋 copy color: '#081F5A'

red 8 ◦ green 31 ◦ blue 90

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

Shades of Sapphire #081F5A

Tints of Sapphire #081F5A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.03%

 BLUE value IS 90 (35.55% from 255) = 69.77%

R = 6.2%
G = 24.03%
B = 69.77%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#081F5A (or 0x081F5A) is known color: Sapphire. HEX triplet: 08, 1F and 5A. RGB value is (8,31,90). Sum of RGB (Red+Green+Blue) = 8+31+90=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 90 (35.55% from 255 or 69.77% from 129); Max value from RGB is 90 - color contains mainly: blue. Hex color #081F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F5A is #F7E0A5. Grayscale: #1E1E1E. Windows color (decimal): -16244902 or 5906184. OLE color: 5906184.

HSL color Cylindrical-coordinate representation of color #081F5A: hue angle of 223.17º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081F5A is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 31 90 -
CMYK 0.91 0.66 0 0.65
HSL 223.17º 0.84% 0.19% -
HSV(B) 223.17º 0.91% 0.35% -
XYZ 2.44 1.77 9.89 -
YUV 30.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 8 31 90 0.91 0.66 0 0.65 223.17 0.84 0.19
Hex 8 1F 5A 5B 42 0 41 DF 54 13
Octal 10 37 132 133 102 0 101 337 124 23
Binary 1000 11111 1011010 1011011 1000010 0 1000001 11011111 1010100 10011

Color Harmonies of #081F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081F5A

Black with #081F5A

Text Example


Text Example

White with #081F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,31,90); }

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

background-color css

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

 a { background-color: rgb(8,31,90); }

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

border-color css

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

 span { border-color: rgb(8,31,90); }

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