Html Css Color HEX #072863 Sapphire

📋 copy color: '#072863'

red 7 ◦ green 40 ◦ blue 99

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

Shades of Sapphire #072863

Tints of Sapphire #072863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 67.81%

R = 4.79%
G = 27.4%
B = 67.81%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#072863 (or 0x072863) is known color: Sapphire. HEX triplet: 07, 28 and 63. RGB value is (7,40,99). Sum of RGB (Red+Green+Blue) = 7+40+99=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 99 (39.06% from 255 or 67.81% from 146); Max value from RGB is 99 - color contains mainly: blue. Hex color #072863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072863 is #F8D79C. Grayscale: #242424. Windows color (decimal): -16308125 or 6498311. OLE color: 6498311.

HSL color Cylindrical-coordinate representation of color #072863: hue angle of 218.48º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072863 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 40 99 -
CMYK 0.93 0.60 0 0.61
HSL 218.48º 0.87% 0.21% -
HSV(B) 218.48º 0.93% 0.39% -
XYZ 3.1 2.46 12.12 -
YUV 36.86 163.07 106.7 -
System Red Green Blue C M Y K H S L
Decimal 7 40 99 0.93 0.60 0 0.61 218.48 0.87 0.21
Hex 7 28 63 5D 3C 0 3D DA 57 15
Octal 7 50 143 135 74 0 75 332 127 25
Binary 111 101000 1100011 1011101 111100 0 111101 11011010 1010111 10101

Color Harmonies of #072863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072863

Black with #072863

Text Example


Text Example

White with #072863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072863; }

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

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

background-color css

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

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

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

border-color css

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

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

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