Html Css Color HEX #07408F Smalt

📋 copy color: '#07408F'

red 7 ◦ green 64 ◦ blue 143

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

Shades of Smalt #07408F

Tints of Smalt #07408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.91%

 BLUE value IS 143 (56.25% from 255) = 66.82%

R = 3.27%
G = 29.91%
B = 66.82%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07408F (or 0x07408F) is known color: Smalt. HEX triplet: 07, 40 and 8F. RGB value is (7,64,143). Sum of RGB (Red+Green+Blue) = 7+64+143=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 143 (56.25% from 255 or 66.82% from 214); Max value from RGB is 143 - color contains mainly: blue. Hex color #07408F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07408F is #F8BF70. Grayscale: #373737. Windows color (decimal): -16301937 or 9388039. OLE color: 9388039.

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

Color convert

RGB 7 64 143 -
CMYK 0.95 0.55 0 0.44
HSL 214.85º 0.91% 0.29% -
HSV(B) 214.85º 0.95% 0.56% -
XYZ 6.88 5.7 26.72 -
YUV 55.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 7 64 143 0.95 0.55 0 0.44 214.85 0.91 0.29
Hex 7 40 8F 5F 37 0 2C D7 5B 1D
Octal 7 100 217 137 67 0 54 327 133 35
Binary 111 1000000 10001111 1011111 110111 0 101100 11010111 1011011 11101

Color Harmonies of #07408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07408F

Black with #07408F

Text Example


Text Example

White with #07408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07408F; }

 p { color: rgb(7,64,143); }

 H1.HeaderClassName
 {
   color: #07408F;
 }
 .AnyTagClassName
 {
   color: #07408F;
 }
</style>

background-color css

<style>
 a { background-color: #07408F; }

 a { background-color: rgb(7,64,143); }

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

border-color css

<style>
 span { border-color: #07408F; }

 span { border-color: rgb(7,64,143); }

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