Html Css Color HEX #07328C Smalt

📋 copy color: '#07328C'

red 7 ◦ green 50 ◦ blue 140

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

Shades of Smalt #07328C

Tints of Smalt #07328C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

 BLUE value IS 140 (55.08% from 255) = 71.07%

R = 3.55%
G = 25.38%
B = 71.07%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07328C (or 0x07328C) is known color: Smalt. HEX triplet: 07, 32 and 8C. RGB value is (7,50,140). Sum of RGB (Red+Green+Blue) = 7+50+140=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #07328C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07328C is #F8CD73. Grayscale: #2F2F2F. Windows color (decimal): -16305524 or 9187847. OLE color: 9187847.

HSL color Cylindrical-coordinate representation of color #07328C: hue angle of 220.6º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07328C is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 50 140 -
CMYK 0.95 0.64 0 0.45
HSL 220.6º 0.9% 0.29% -
HSV(B) 220.6º 0.95% 0.55% -
XYZ 5.96 4.22 25.31 -
YUV 47.4 180.25 99.18 -
System Red Green Blue C M Y K H S L
Decimal 7 50 140 0.95 0.64 0 0.45 220.6 0.9 0.29
Hex 7 32 8C 5F 40 0 2D DD 5A 1D
Octal 7 62 214 137 100 0 55 335 132 35
Binary 111 110010 10001100 1011111 1000000 0 101101 11011101 1011010 11101

Color Harmonies of #07328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07328C

Black with #07328C

Text Example


Text Example

White with #07328C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,50,140); }

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

background-color css

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

 a { background-color: rgb(7,50,140); }

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

border-color css

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

 span { border-color: rgb(7,50,140); }

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