Html Css Color HEX #07359B Smalt

📋 copy color: '#07359B'

red 7 ◦ green 53 ◦ blue 155

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

Shades of Smalt #07359B

Tints of Smalt #07359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 72.09%

R = 3.26%
G = 24.65%
B = 72.09%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07359B (or 0x07359B) is known color: Smalt. HEX triplet: 07, 35 and 9B. RGB value is (7,53,155). Sum of RGB (Red+Green+Blue) = 7+53+155=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #07359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07359B is #F8CA64. Grayscale: #323232. Windows color (decimal): -16304741 or 10171655. OLE color: 10171655.

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

Color convert

RGB 7 53 155 -
CMYK 0.95 0.66 0 0.39
HSL 221.35º 0.91% 0.32% -
HSV(B) 221.35º 0.95% 0.61% -
XYZ 7.28 4.96 31.58 -
YUV 50.87 186.76 96.71 -
System Red Green Blue C M Y K H S L
Decimal 7 53 155 0.95 0.66 0 0.39 221.35 0.91 0.32
Hex 7 35 9B 5F 42 0 27 DD 5B 20
Octal 7 65 233 137 102 0 47 335 133 40
Binary 111 110101 10011011 1011111 1000010 0 100111 11011101 1011011 100000

Color Harmonies of #07359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07359B

Black with #07359B

Text Example


Text Example

White with #07359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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