Html Css Color HEX #07359C Smalt

📋 copy color: '#07359C'

red 7 ◦ green 53 ◦ blue 156

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

Shades of Smalt #07359C

Tints of Smalt #07359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

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

R = 3.24%
G = 24.54%
B = 72.22%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07359C (or 0x07359C) is known color: Smalt. HEX triplet: 07, 35 and 9C. RGB value is (7,53,156). Sum of RGB (Red+Green+Blue) = 7+53+156=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #07359C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07359C is #F8CA63. Grayscale: #323232. Windows color (decimal): -16304740 or 10237191. OLE color: 10237191.

HSL color Cylindrical-coordinate representation of color #07359C: hue angle of 221.48º 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 #07359C is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 53 156 -
CMYK 0.96 0.66 0 0.39
HSL 221.48º 0.91% 0.32% -
HSV(B) 221.48º 0.96% 0.61% -
XYZ 7.36 4.99 32.03 -
YUV 50.99 187.26 96.62 -
System Red Green Blue C M Y K H S L
Decimal 7 53 156 0.96 0.66 0 0.39 221.48 0.91 0.32
Hex 7 35 9C 60 42 0 27 DD 5B 20
Octal 7 65 234 140 102 0 47 335 133 40
Binary 111 110101 10011100 1100000 1000010 0 100111 11011101 1011011 100000

Color Harmonies of #07359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07359C

Black with #07359C

Text Example


Text Example

White with #07359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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