Html Css Color HEX #072C84 Smalt

📋 copy color: '#072C84'

red 7 ◦ green 44 ◦ blue 132

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

Shades of Smalt #072C84

Tints of Smalt #072C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.04%

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

R = 3.83%
G = 24.04%
B = 72.13%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#072C84 (or 0x072C84) is known color: Smalt. HEX triplet: 07, 2C and 84. RGB value is (7,44,132). Sum of RGB (Red+Green+Blue) = 7+44+132=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #072C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072C84 is #F8D37B. Grayscale: #2A2A2A. Windows color (decimal): -16307068 or 8662023. OLE color: 8662023.

HSL color Cylindrical-coordinate representation of color #072C84: hue angle of 222.24º 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 #072C84 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 44 132 -
CMYK 0.95 0.67 0 0.48
HSL 222.24º 0.9% 0.27% -
HSV(B) 222.24º 0.95% 0.52% -
XYZ 5.15 3.51 22.24 -
YUV 42.97 178.24 102.34 -
System Red Green Blue C M Y K H S L
Decimal 7 44 132 0.95 0.67 0 0.48 222.24 0.9 0.27
Hex 7 2C 84 5F 43 0 30 DE 5A 1B
Octal 7 54 204 137 103 0 60 336 132 33
Binary 111 101100 10000100 1011111 1000011 0 110000 11011110 1011010 11011

Color Harmonies of #072C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C84

Black with #072C84

Text Example


Text Example

White with #072C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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