Html Css Color HEX #072785 Smalt

📋 copy color: '#072785'

red 7 ◦ green 39 ◦ blue 133

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

Shades of Smalt #072785

Tints of Smalt #072785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.79%

 BLUE value IS 133 (52.34% from 255) = 74.3%

R = 3.91%
G = 21.79%
B = 74.3%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#072785 (or 0x072785) is known color: Smalt. HEX triplet: 07, 27 and 85. RGB value is (7,39,133). Sum of RGB (Red+Green+Blue) = 7+39+133=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 133 (52.34% from 255 or 74.30% from 179); Max value from RGB is 133 - color contains mainly: blue. Hex color #072785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072785 is #F8D87A. Grayscale: #272727. Windows color (decimal): -16308347 or 8726279. OLE color: 8726279.

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

Color convert

RGB 7 39 133 -
CMYK 0.95 0.71 0 0.48
HSL 224.76º 0.9% 0.27% -
HSV(B) 224.76º 0.95% 0.52% -
XYZ 5.05 3.19 22.54 -
YUV 40.15 180.4 104.36 -
System Red Green Blue C M Y K H S L
Decimal 7 39 133 0.95 0.71 0 0.48 224.76 0.9 0.27
Hex 7 27 85 5F 47 0 30 E1 5A 1B
Octal 7 47 205 137 107 0 60 341 132 33
Binary 111 100111 10000101 1011111 1000111 0 110000 11100001 1011010 11011

Color Harmonies of #072785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072785

Black with #072785

Text Example


Text Example

White with #072785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072785; }

 p { color: rgb(7,39,133); }

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

background-color css

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

 a { background-color: rgb(7,39,133); }

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

border-color css

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

 span { border-color: rgb(7,39,133); }

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