Html Css Color HEX #072695 Smalt

📋 copy color: '#072695'

red 7 ◦ green 38 ◦ blue 149

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

Shades of Smalt #072695

Tints of Smalt #072695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 76.8%

R = 3.61%
G = 19.59%
B = 76.8%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#072695 (or 0x072695) is known color: Smalt. HEX triplet: 07, 26 and 95. RGB value is (7,38,149). Sum of RGB (Red+Green+Blue) = 7+38+149=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #072695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072695 is #F8D96A. Grayscale: #282828. Windows color (decimal): -16308587 or 9774599. OLE color: 9774599.

HSL color Cylindrical-coordinate representation of color #072695: hue angle of 226.9º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072695 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 38 149 -
CMYK 0.95 0.74 0 0.42
HSL 226.9º 0.91% 0.31% -
HSV(B) 226.9º 0.95% 0.58% -
XYZ 6.21 3.6 28.8 -
YUV 41.39 188.73 103.47 -
System Red Green Blue C M Y K H S L
Decimal 7 38 149 0.95 0.74 0 0.42 226.9 0.91 0.31
Hex 7 26 95 5F 4A 0 2A E3 5B 1F
Octal 7 46 225 137 112 0 52 343 133 37
Binary 111 100110 10010101 1011111 1001010 0 101010 11100011 1011011 11111

Color Harmonies of #072695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072695

Black with #072695

Text Example


Text Example

White with #072695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072695; }

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

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

background-color css

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

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

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

border-color css

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

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

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