Html Css Color HEX #072981 Sapphire

📋 copy color: '#072981'

red 7 ◦ green 41 ◦ blue 129

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

Shades of Sapphire #072981

Tints of Sapphire #072981

RGB

 RED value IS 7 (3.13% from 255) = 3.95%

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 129 (50.78% from 255) = 72.88%

R = 3.95%
G = 23.16%
B = 72.88%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#072981 (or 0x072981) is known color: Sapphire. HEX triplet: 07, 29 and 81. RGB value is (7,41,129). Sum of RGB (Red+Green+Blue) = 7+41+129=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 129 (50.78% from 255 or 72.88% from 177); Max value from RGB is 129 - color contains mainly: blue. Hex color #072981 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072981 is #F8D67E. Grayscale: #282828. Windows color (decimal): -16307839 or 8464647. OLE color: 8464647.

HSL color Cylindrical-coordinate representation of color #072981: hue angle of 223.28º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072981 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 41 129 -
CMYK 0.95 0.68 0 0.49
HSL 223.28º 0.9% 0.27% -
HSV(B) 223.28º 0.95% 0.51% -
XYZ 4.84 3.22 21.13 -
YUV 40.87 177.74 103.84 -
System Red Green Blue C M Y K H S L
Decimal 7 41 129 0.95 0.68 0 0.49 223.28 0.9 0.27
Hex 7 29 81 5F 44 0 31 DF 5A 1B
Octal 7 51 201 137 104 0 61 337 132 33
Binary 111 101001 10000001 1011111 1000100 0 110001 11011111 1011010 11011

Color Harmonies of #072981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072981

Black with #072981

Text Example


Text Example

White with #072981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072981; }

 p { color: rgb(7,41,129); }

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

background-color css

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

 a { background-color: rgb(7,41,129); }

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

border-color css

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

 span { border-color: rgb(7,41,129); }

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