Html Css Color HEX #072562 Sapphire

📋 copy color: '#072562'

red 7 ◦ green 37 ◦ blue 98

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

Shades of Sapphire #072562

Tints of Sapphire #072562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.06%

 BLUE value IS 98 (38.67% from 255) = 69.01%

R = 4.93%
G = 26.06%
B = 69.01%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#072562 (or 0x072562) is known color: Sapphire. HEX triplet: 07, 25 and 62. RGB value is (7,37,98). Sum of RGB (Red+Green+Blue) = 7+37+98=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #072562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072562 is #F8DA9D. Grayscale: #222222. Windows color (decimal): -16308894 or 6432007. OLE color: 6432007.

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

Color convert

RGB 7 37 98 -
CMYK 0.93 0.62 0 0.62
HSL 220.22º 0.87% 0.21% -
HSV(B) 220.22º 0.93% 0.38% -
XYZ 2.95 2.25 11.83 -
YUV 34.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 7 37 98 0.93 0.62 0 0.62 220.22 0.87 0.21
Hex 7 25 62 5D 3E 0 3E DC 57 15
Octal 7 45 142 135 76 0 76 334 127 25
Binary 111 100101 1100010 1011101 111110 0 111110 11011100 1010111 10101

Color Harmonies of #072562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072562

Black with #072562

Text Example


Text Example

White with #072562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072562; }

 p { color: rgb(7,37,98); }

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

background-color css

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

 a { background-color: rgb(7,37,98); }

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

border-color css

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

 span { border-color: rgb(7,37,98); }

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