Html Css Color HEX #081D54 Sapphire

📋 copy color: '#081D54'

red 8 ◦ green 29 ◦ blue 84

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

Shades of Sapphire #081D54

Tints of Sapphire #081D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 69.42%

R = 6.61%
G = 23.97%
B = 69.42%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#081D54 (or 0x081D54) is known color: Sapphire. HEX triplet: 08, 1D and 54. RGB value is (8,29,84). Sum of RGB (Red+Green+Blue) = 8+29+84=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 84 (33.20% from 255 or 69.42% from 121); Max value from RGB is 84 - color contains mainly: blue. Hex color #081D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D54 is #F7E2AB. Grayscale: #1C1C1C. Windows color (decimal): -16245420 or 5512456. OLE color: 5512456.

HSL color Cylindrical-coordinate representation of color #081D54: hue angle of 223.42º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081D54 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 29 84 -
CMYK 0.90 0.65 0 0.67
HSL 223.42º 0.83% 0.18% -
HSV(B) 223.42º 0.9% 0.33% -
XYZ 2.14 1.57 8.58 -
YUV 28.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 8 29 84 0.90 0.65 0 0.67 223.42 0.83 0.18
Hex 8 1D 54 5A 41 0 43 DF 53 12
Octal 10 35 124 132 101 0 103 337 123 22
Binary 1000 11101 1010100 1011010 1000001 0 1000011 11011111 1010011 10010

Color Harmonies of #081D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D54

Black with #081D54

Text Example


Text Example

White with #081D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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