Html Css Color HEX #072084 Sapphire

📋 copy color: '#072084'

red 7 ◦ green 32 ◦ blue 132

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

Shades of Sapphire #072084

Tints of Sapphire #072084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 77.19%

R = 4.09%
G = 18.71%
B = 77.19%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#072084 (or 0x072084) is known color: Sapphire. HEX triplet: 07, 20 and 84. RGB value is (7,32,132). Sum of RGB (Red+Green+Blue) = 7+32+132=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 132 (51.95% from 255 or 77.19% from 171); Max value from RGB is 132 - color contains mainly: blue. Hex color #072084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072084 is #F8DF7B. Grayscale: #232323. Windows color (decimal): -16310140 or 8658951. OLE color: 8658951.

HSL color Cylindrical-coordinate representation of color #072084: hue angle of 228º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072084 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 32 132 -
CMYK 0.95 0.76 0 0.48
HSL 228º 0.9% 0.27% -
HSV(B) 228º 0.95% 0.52% -
XYZ 4.77 2.74 22.11 -
YUV 35.93 182.22 107.37 -
System Red Green Blue C M Y K H S L
Decimal 7 32 132 0.95 0.76 0 0.48 228 0.9 0.27
Hex 7 20 84 5F 4C 0 30 E4 5A 1B
Octal 7 40 204 137 114 0 60 344 132 33
Binary 111 100000 10000100 1011111 1001100 0 110000 11100100 1011010 11011

Color Harmonies of #072084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072084

Black with #072084

Text Example


Text Example

White with #072084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072084; }

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

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

background-color css

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

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

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

border-color css

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

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

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