Html Css Color HEX #072760 Sapphire

📋 copy color: '#072760'

red 7 ◦ green 39 ◦ blue 96

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

Shades of Sapphire #072760

Tints of Sapphire #072760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.46%

 BLUE value IS 96 (37.89% from 255) = 67.61%

R = 4.93%
G = 27.46%
B = 67.61%

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

#072760 (or 0x072760) is known color: Sapphire. HEX triplet: 07, 27 and 60. RGB value is (7,39,96). Sum of RGB (Red+Green+Blue) = 7+39+96=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #072760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072760 is #F8D89F. Grayscale: #232323. Windows color (decimal): -16308384 or 6301447. OLE color: 6301447.

HSL color Cylindrical-coordinate representation of color #072760: hue angle of 218.43º degrees, saturation: 0.86, 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 #072760 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 39 96 -
CMYK 0.93 0.59 0 0.62
HSL 218.43º 0.86% 0.2% -
HSV(B) 218.43º 0.93% 0.38% -
XYZ 2.92 2.34 11.36 -
YUV 35.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 7 39 96 0.93 0.59 0 0.62 218.43 0.86 0.2
Hex 7 27 60 5D 3B 0 3E DA 56 14
Octal 7 47 140 135 73 0 76 332 126 24
Binary 111 100111 1100000 1011101 111011 0 111110 11011010 1010110 10100

Color Harmonies of #072760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072760

Black with #072760

Text Example


Text Example

White with #072760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072760; }

 p { color: rgb(7,39,96); }

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

background-color css

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

 a { background-color: rgb(7,39,96); }

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

border-color css

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

 span { border-color: rgb(7,39,96); }

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