Html Css Color HEX #072685 Smalt

📋 copy color: '#072685'

red 7 ◦ green 38 ◦ blue 133

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

Shades of Smalt #072685

Tints of Smalt #072685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

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

R = 3.93%
G = 21.35%
B = 74.72%

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

#072685 (or 0x072685) is known color: Smalt. HEX triplet: 07, 26 and 85. RGB value is (7,38,133). Sum of RGB (Red+Green+Blue) = 7+38+133=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 133 (52.34% from 255 or 74.72% from 178); Max value from RGB is 133 - color contains mainly: blue. Hex color #072685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072685 is #F8D97A. Grayscale: #272727. Windows color (decimal): -16308603 or 8726023. OLE color: 8726023.

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

Color convert

RGB 7 38 133 -
CMYK 0.95 0.71 0 0.48
HSL 225.24º 0.9% 0.27% -
HSV(B) 225.24º 0.95% 0.52% -
XYZ 5.01 3.12 22.53 -
YUV 39.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 7 38 133 0.95 0.71 0 0.48 225.24 0.9 0.27
Hex 7 26 85 5F 47 0 30 E1 5A 1B
Octal 7 46 205 137 107 0 60 341 132 33
Binary 111 100110 10000101 1011111 1000111 0 110000 11100001 1011010 11011

Color Harmonies of #072685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072685

Black with #072685

Text Example


Text Example

White with #072685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072685; }

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

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

background-color css

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

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

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

border-color css

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

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

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