Html Css Color HEX #07358A Smalt

📋 copy color: '#07358A'

red 7 ◦ green 53 ◦ blue 138

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

Shades of Smalt #07358A

Tints of Smalt #07358A

RGB

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

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

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

R = 3.54%
G = 26.77%
B = 69.7%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07358A (or 0x07358A) is known color: Smalt. HEX triplet: 07, 35 and 8A. RGB value is (7,53,138). Sum of RGB (Red+Green+Blue) = 7+53+138=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #07358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07358A is #F8CA75. Grayscale: #303030. Windows color (decimal): -16304758 or 9057543. OLE color: 9057543.

HSL color Cylindrical-coordinate representation of color #07358A: hue angle of 218.93º 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 #07358A is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 53 138 -
CMYK 0.95 0.62 0 0.46
HSL 218.93º 0.9% 0.28% -
HSV(B) 218.93º 0.95% 0.54% -
XYZ 5.95 4.43 24.59 -
YUV 48.94 178.26 98.09 -
System Red Green Blue C M Y K H S L
Decimal 7 53 138 0.95 0.62 0 0.46 218.93 0.9 0.28
Hex 7 35 8A 5F 3E 0 2E DB 5A 1C
Octal 7 65 212 137 76 0 56 333 132 34
Binary 111 110101 10001010 1011111 111110 0 101110 11011011 1011010 11100

Color Harmonies of #07358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07358A

Black with #07358A

Text Example


Text Example

White with #07358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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