Html Css Color HEX #07419C Smalt

📋 copy color: '#07419C'

red 7 ◦ green 65 ◦ blue 156

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

Shades of Smalt #07419C

Tints of Smalt #07419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

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

R = 3.07%
G = 28.51%
B = 68.42%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07419C (or 0x07419C) is known color: Smalt. HEX triplet: 07, 41 and 9C. RGB value is (7,65,156). Sum of RGB (Red+Green+Blue) = 7+65+156=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #07419C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07419C is #F8BE63. Grayscale: #393939. Windows color (decimal): -16301668 or 10240263. OLE color: 10240263.

HSL color Cylindrical-coordinate representation of color #07419C: hue angle of 216.64º 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 #07419C is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 65 156 -
CMYK 0.96 0.58 0 0.39
HSL 216.64º 0.91% 0.32% -
HSV(B) 216.64º 0.96% 0.61% -
XYZ 7.98 6.23 32.23 -
YUV 58.03 183.28 91.6 -
System Red Green Blue C M Y K H S L
Decimal 7 65 156 0.96 0.58 0 0.39 216.64 0.91 0.32
Hex 7 41 9C 60 3A 0 27 D9 5B 20
Octal 7 101 234 140 72 0 47 331 133 40
Binary 111 1000001 10011100 1100000 111010 0 100111 11011001 1011011 100000

Color Harmonies of #07419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07419C

Black with #07419C

Text Example


Text Example

White with #07419C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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