Html Css Color HEX #07298F Smalt

📋 copy color: '#07298F'

red 7 ◦ green 41 ◦ blue 143

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

Shades of Smalt #07298F

Tints of Smalt #07298F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

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

R = 3.66%
G = 21.47%
B = 74.87%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07298F (or 0x07298F) is known color: Smalt. HEX triplet: 07, 29 and 8F. RGB value is (7,41,143). Sum of RGB (Red+Green+Blue) = 7+41+143=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 143 (56.25% from 255 or 74.87% from 191); Max value from RGB is 143 - color contains mainly: blue. Hex color #07298F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07298F is #F8D670. Grayscale: #2A2A2A. Windows color (decimal): -16307825 or 9382151. OLE color: 9382151.

HSL color Cylindrical-coordinate representation of color #07298F: hue angle of 225º 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 #07298F is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 41 143 -
CMYK 0.95 0.71 0 0.44
HSL 225º 0.91% 0.29% -
HSV(B) 225º 0.95% 0.56% -
XYZ 5.84 3.61 26.38 -
YUV 42.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 7 41 143 0.95 0.71 0 0.44 225 0.91 0.29
Hex 7 29 8F 5F 47 0 2C E1 5B 1D
Octal 7 51 217 137 107 0 54 341 133 35
Binary 111 101001 10001111 1011111 1000111 0 101100 11100001 1011011 11101

Color Harmonies of #07298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07298F

Black with #07298F

Text Example


Text Example

White with #07298F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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