Html Css Color HEX #07329C Smalt

📋 copy color: '#07329C'

red 7 ◦ green 50 ◦ blue 156

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

Shades of Smalt #07329C

Tints of Smalt #07329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 73.24%

R = 3.29%
G = 23.47%
B = 73.24%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07329C (or 0x07329C) is known color: Smalt. HEX triplet: 07, 32 and 9C. RGB value is (7,50,156). Sum of RGB (Red+Green+Blue) = 7+50+156=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #07329C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07329C is #F8CD63. Grayscale: #303030. Windows color (decimal): -16305508 or 10236423. OLE color: 10236423.

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

Color convert

RGB 7 50 156 -
CMYK 0.96 0.68 0 0.39
HSL 222.68º 0.91% 0.32% -
HSV(B) 222.68º 0.96% 0.61% -
XYZ 7.23 4.73 31.98 -
YUV 49.23 188.25 97.88 -
System Red Green Blue C M Y K H S L
Decimal 7 50 156 0.96 0.68 0 0.39 222.68 0.91 0.32
Hex 7 32 9C 60 44 0 27 DF 5B 20
Octal 7 62 234 140 104 0 47 337 133 40
Binary 111 110010 10011100 1100000 1000100 0 100111 11011111 1011011 100000

Color Harmonies of #07329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07329C

Black with #07329C

Text Example


Text Example

White with #07329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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