Html Css Color HEX #071F90 Smalt

📋 copy color: '#071F90'

red 7 ◦ green 31 ◦ blue 144

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

Shades of Smalt #071F90

Tints of Smalt #071F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 79.12%

R = 3.85%
G = 17.03%
B = 79.12%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#071F90 (or 0x071F90) is known color: Smalt. HEX triplet: 07, 1F and 90. RGB value is (7,31,144). Sum of RGB (Red+Green+Blue) = 7+31+144=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 144 (56.64% from 255 or 79.12% from 182); Max value from RGB is 144 - color contains mainly: blue. Hex color #071F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071F90 is #F8E06F. Grayscale: #242424. Windows color (decimal): -16310384 or 9445127. OLE color: 9445127.

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

Color convert

RGB 7 31 144 -
CMYK 0.95 0.78 0 0.44
HSL 229.49º 0.91% 0.3% -
HSV(B) 229.49º 0.95% 0.56% -
XYZ 5.61 3.04 26.68 -
YUV 36.71 188.55 106.81 -
System Red Green Blue C M Y K H S L
Decimal 7 31 144 0.95 0.78 0 0.44 229.49 0.91 0.3
Hex 7 1F 90 5F 4E 0 2C E5 5B 1E
Octal 7 37 220 137 116 0 54 345 133 36
Binary 111 11111 10010000 1011111 1001110 0 101100 11100101 1011011 11110

Color Harmonies of #071F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F90

Black with #071F90

Text Example


Text Example

White with #071F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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