Html Css Color HEX #07328A Smalt

📋 copy color: '#07328A'

red 7 ◦ green 50 ◦ blue 138

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

Shades of Smalt #07328A

Tints of Smalt #07328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 70.77%

R = 3.59%
G = 25.64%
B = 70.77%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07328A (or 0x07328A) is known color: Smalt. HEX triplet: 07, 32 and 8A. RGB value is (7,50,138). Sum of RGB (Red+Green+Blue) = 7+50+138=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 138 (54.30% from 255 or 70.77% from 195); Max value from RGB is 138 - color contains mainly: blue. Hex color #07328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07328A is #F8CD75. Grayscale: #2E2E2E. Windows color (decimal): -16305526 or 9056775. OLE color: 9056775.

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

Color convert

RGB 7 50 138 -
CMYK 0.95 0.64 0 0.46
HSL 220.31º 0.9% 0.28% -
HSV(B) 220.31º 0.95% 0.54% -
XYZ 5.82 4.16 24.54 -
YUV 47.18 179.25 99.34 -
System Red Green Blue C M Y K H S L
Decimal 7 50 138 0.95 0.64 0 0.46 220.31 0.9 0.28
Hex 7 32 8A 5F 40 0 2E DC 5A 1C
Octal 7 62 212 137 100 0 56 334 132 34
Binary 111 110010 10001010 1011111 1000000 0 101110 11011100 1011010 11100

Color Harmonies of #07328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07328A

Black with #07328A

Text Example


Text Example

White with #07328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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