Html Css Color HEX #072861 Sapphire

📋 copy color: '#072861'

red 7 ◦ green 40 ◦ blue 97

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

Shades of Sapphire #072861

Tints of Sapphire #072861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

 BLUE value IS 97 (38.28% from 255) = 67.36%

R = 4.86%
G = 27.78%
B = 67.36%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#072861 (or 0x072861) is known color: Sapphire. HEX triplet: 07, 28 and 61. RGB value is (7,40,97). Sum of RGB (Red+Green+Blue) = 7+40+97=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #072861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072861 is #F8D79E. Grayscale: #242424. Windows color (decimal): -16308127 or 6367239. OLE color: 6367239.

HSL color Cylindrical-coordinate representation of color #072861: hue angle of 218º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072861 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 40 97 -
CMYK 0.93 0.59 0 0.62
HSL 218º 0.87% 0.2% -
HSV(B) 218º 0.93% 0.38% -
XYZ 3 2.43 11.62 -
YUV 36.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 7 40 97 0.93 0.59 0 0.62 218 0.87 0.2
Hex 7 28 61 5D 3B 0 3E DA 57 14
Octal 7 50 141 135 73 0 76 332 127 24
Binary 111 101000 1100001 1011101 111011 0 111110 11011010 1010111 10100

Color Harmonies of #072861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072861

Black with #072861

Text Example


Text Example

White with #072861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072861; }

 p { color: rgb(7,40,97); }

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

background-color css

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

 a { background-color: rgb(7,40,97); }

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

border-color css

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

 span { border-color: rgb(7,40,97); }

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