Html Css Color HEX #072561 Sapphire

📋 copy color: '#072561'

red 7 ◦ green 37 ◦ blue 97

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

Shades of Sapphire #072561

Tints of Sapphire #072561

RGB

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

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

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

R = 4.96%
G = 26.24%
B = 68.79%

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

#072561 (or 0x072561) is known color: Sapphire. HEX triplet: 07, 25 and 61. RGB value is (7,37,97). Sum of RGB (Red+Green+Blue) = 7+37+97=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #072561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072561 is #F8DA9E. Grayscale: #222222. Windows color (decimal): -16308895 or 6366471. OLE color: 6366471.

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

Color convert

RGB 7 37 97 -
CMYK 0.93 0.62 0 0.62
HSL 220º 0.87% 0.2% -
HSV(B) 220º 0.93% 0.38% -
XYZ 2.91 2.23 11.59 -
YUV 34.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 7 37 97 0.93 0.62 0 0.62 220 0.87 0.2
Hex 7 25 61 5D 3E 0 3E DC 57 14
Octal 7 45 141 135 76 0 76 334 127 24
Binary 111 100101 1100001 1011101 111110 0 111110 11011100 1010111 10100

Color Harmonies of #072561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072561

Black with #072561

Text Example


Text Example

White with #072561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072561; }

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

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

background-color css

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

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

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

border-color css

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

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

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