Html Css Color HEX #072054 Sapphire

📋 copy color: '#072054'

red 7 ◦ green 32 ◦ blue 84

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

Shades of Sapphire #072054

Tints of Sapphire #072054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 68.29%

R = 5.69%
G = 26.02%
B = 68.29%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#072054 (or 0x072054) is known color: Sapphire. HEX triplet: 07, 20 and 54. RGB value is (7,32,84). Sum of RGB (Red+Green+Blue) = 7+32+84=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 84 (33.20% from 255 or 68.29% from 123); Max value from RGB is 84 - color contains mainly: blue. Hex color #072054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072054 is #F8DFAB. Grayscale: #1E1E1E. Windows color (decimal): -16310188 or 5513223. OLE color: 5513223.

HSL color Cylindrical-coordinate representation of color #072054: hue angle of 220.52º degrees, saturation: 0.85, 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 #072054 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 32 84 -
CMYK 0.92 0.62 0 0.67
HSL 220.52º 0.85% 0.18% -
HSV(B) 220.52º 0.92% 0.33% -
XYZ 2.2 1.72 8.6 -
YUV 30.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 7 32 84 0.92 0.62 0 0.67 220.52 0.85 0.18
Hex 7 20 54 5C 3E 0 43 DD 55 12
Octal 7 40 124 134 76 0 103 335 125 22
Binary 111 100000 1010100 1011100 111110 0 1000011 11011101 1010101 10010

Color Harmonies of #072054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072054

Black with #072054

Text Example


Text Example

White with #072054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072054; }

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

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

background-color css

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

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

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

border-color css

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

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

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