Html Css Color HEX #071F92 Smalt

📋 copy color: '#071F92'

red 7 ◦ green 31 ◦ blue 146

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

Shades of Smalt #071F92

Tints of Smalt #071F92

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.85%

 BLUE value IS 146 (57.42% from 255) = 79.35%

R = 3.8%
G = 16.85%
B = 79.35%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#071F92 (or 0x071F92) is known color: Smalt. HEX triplet: 07, 1F and 92. RGB value is (7,31,146). Sum of RGB (Red+Green+Blue) = 7+31+146=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #071F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071F92 is #F8E06D. Grayscale: #242424. Windows color (decimal): -16310382 or 9576199. OLE color: 9576199.

HSL color Cylindrical-coordinate representation of color #071F92: hue angle of 229.64º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071F92 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 7 31 146 -
CMYK 0.95 0.79 0 0.43
HSL 229.64º 0.91% 0.3% -
HSV(B) 229.64º 0.95% 0.57% -
XYZ 5.77 3.1 27.49 -
YUV 36.93 189.55 106.65 -
System Red Green Blue C M Y K H S L
Decimal 7 31 146 0.95 0.79 0 0.43 229.64 0.91 0.3
Hex 7 1F 92 5F 4F 0 2B E6 5B 1E
Octal 7 37 222 137 117 0 53 346 133 36
Binary 111 11111 10010010 1011111 1001111 0 101011 11100110 1011011 11110

Color Harmonies of #071F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F92

Black with #071F92

Text Example


Text Example

White with #071F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071F92; }

 p { color: rgb(7,31,146); }

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

background-color css

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

 a { background-color: rgb(7,31,146); }

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

border-color css

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

 span { border-color: rgb(7,31,146); }

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