Html Css Color HEX #072053 Sapphire

📋 copy color: '#072053'

red 7 ◦ green 32 ◦ blue 83

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

Shades of Sapphire #072053

Tints of Sapphire #072053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.23%

 BLUE value IS 83 (32.81% from 255) = 68.03%

R = 5.74%
G = 26.23%
B = 68.03%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#072053 (or 0x072053) is known color: Sapphire. HEX triplet: 07, 20 and 53. RGB value is (7,32,83). Sum of RGB (Red+Green+Blue) = 7+32+83=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #072053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072053 is #F8DFAC. Grayscale: #1E1E1E. Windows color (decimal): -16310189 or 5447687. OLE color: 5447687.

HSL color Cylindrical-coordinate representation of color #072053: hue angle of 220.26º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072053 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 32 83 -
CMYK 0.92 0.61 0 0.67
HSL 220.26º 0.84% 0.18% -
HSV(B) 220.26º 0.92% 0.33% -
XYZ 2.17 1.7 8.4 -
YUV 30.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 7 32 83 0.92 0.61 0 0.67 220.26 0.84 0.18
Hex 7 20 53 5C 3D 0 43 DC 54 12
Octal 7 40 123 134 75 0 103 334 124 22
Binary 111 100000 1010011 1011100 111101 0 1000011 11011100 1010100 10010

Color Harmonies of #072053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072053

Black with #072053

Text Example


Text Example

White with #072053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072053; }

 p { color: rgb(7,32,83); }

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

background-color css

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

 a { background-color: rgb(7,32,83); }

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

border-color css

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

 span { border-color: rgb(7,32,83); }

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