Html Css Color HEX #07319C Smalt

📋 copy color: '#07319C'

red 7 ◦ green 49 ◦ blue 156

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

Shades of Smalt #07319C

Tints of Smalt #07319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

 BLUE value IS 156 (61.33% from 255) = 73.58%

R = 3.3%
G = 23.11%
B = 73.58%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07319C (or 0x07319C) is known color: Smalt. HEX triplet: 07, 31 and 9C. RGB value is (7,49,156). Sum of RGB (Red+Green+Blue) = 7+49+156=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #07319C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07319C is #F8CE63. Grayscale: #303030. Windows color (decimal): -16305764 or 10236167. OLE color: 10236167.

HSL color Cylindrical-coordinate representation of color #07319C: hue angle of 223.09º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07319C is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 49 156 -
CMYK 0.96 0.69 0 0.39
HSL 223.09º 0.91% 0.32% -
HSV(B) 223.09º 0.96% 0.61% -
XYZ 7.19 4.64 31.97 -
YUV 48.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 7 49 156 0.96 0.69 0 0.39 223.09 0.91 0.32
Hex 7 31 9C 60 45 0 27 DF 5B 20
Octal 7 61 234 140 105 0 47 337 133 40
Binary 111 110001 10011100 1100000 1000101 0 100111 11011111 1011011 100000

Color Harmonies of #07319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07319C

Black with #07319C

Text Example


Text Example

White with #07319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07319C; }

 p { color: rgb(7,49,156); }

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

background-color css

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

 a { background-color: rgb(7,49,156); }

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

border-color css

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

 span { border-color: rgb(7,49,156); }

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