Html Css Color HEX #081D74 Sapphire

📋 copy color: '#081D74'

red 8 ◦ green 29 ◦ blue 116

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

Shades of Sapphire #081D74

Tints of Sapphire #081D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 75.82%

R = 5.23%
G = 18.95%
B = 75.82%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#081D74 (or 0x081D74) is known color: Sapphire. HEX triplet: 08, 1D and 74. RGB value is (8,29,116). Sum of RGB (Red+Green+Blue) = 8+29+116=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #081D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D74 is #F7E28B. Grayscale: #202020. Windows color (decimal): -16245388 or 7609608. OLE color: 7609608.

HSL color Cylindrical-coordinate representation of color #081D74: hue angle of 228.33º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081D74 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 29 116 -
CMYK 0.93 0.75 0 0.55
HSL 228.33º 0.87% 0.24% -
HSV(B) 228.33º 0.93% 0.45% -
XYZ 3.69 2.19 16.75 -
YUV 32.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 8 29 116 0.93 0.75 0 0.55 228.33 0.87 0.24
Hex 8 1D 74 5D 4B 0 37 E4 57 18
Octal 10 35 164 135 113 0 67 344 127 30
Binary 1000 11101 1110100 1011101 1001011 0 110111 11100100 1010111 11000

Color Harmonies of #081D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D74

Black with #081D74

Text Example


Text Example

White with #081D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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