Html Css Color HEX #07419B Smalt

📋 copy color: '#07419B'

red 7 ◦ green 65 ◦ blue 155

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

Shades of Smalt #07419B

Tints of Smalt #07419B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 68.28%

R = 3.08%
G = 28.63%
B = 68.28%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07419B (or 0x07419B) is known color: Smalt. HEX triplet: 07, 41 and 9B. RGB value is (7,65,155). Sum of RGB (Red+Green+Blue) = 7+65+155=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #07419B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07419B is #F8BE64. Grayscale: #393939. Windows color (decimal): -16301669 or 10174727. OLE color: 10174727.

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

Color convert

RGB 7 65 155 -
CMYK 0.95 0.58 0 0.39
HSL 216.49º 0.91% 0.32% -
HSV(B) 216.49º 0.95% 0.61% -
XYZ 7.89 6.19 31.79 -
YUV 57.92 182.78 91.68 -
System Red Green Blue C M Y K H S L
Decimal 7 65 155 0.95 0.58 0 0.39 216.49 0.91 0.32
Hex 7 41 9B 5F 3A 0 27 D8 5B 20
Octal 7 101 233 137 72 0 47 330 133 40
Binary 111 1000001 10011011 1011111 111010 0 100111 11011000 1011011 100000

Color Harmonies of #07419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07419B

Black with #07419B

Text Example


Text Example

White with #07419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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