Html Css Color HEX #07398C Smalt

📋 copy color: '#07398C'

red 7 ◦ green 57 ◦ blue 140

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

Shades of Smalt #07398C

Tints of Smalt #07398C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.94%

 BLUE value IS 140 (55.08% from 255) = 68.63%

R = 3.43%
G = 27.94%
B = 68.63%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07398C (or 0x07398C) is known color: Smalt. HEX triplet: 07, 39 and 8C. RGB value is (7,57,140). Sum of RGB (Red+Green+Blue) = 7+57+140=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #07398C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07398C is #F8C673. Grayscale: #333333. Windows color (decimal): -16303732 or 9189639. OLE color: 9189639.

HSL color Cylindrical-coordinate representation of color #07398C: hue angle of 217.44º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07398C is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 57 140 -
CMYK 0.95 0.59 0 0.45
HSL 217.44º 0.9% 0.29% -
HSV(B) 217.44º 0.95% 0.55% -
XYZ 6.28 4.86 25.42 -
YUV 51.51 177.94 96.25 -
System Red Green Blue C M Y K H S L
Decimal 7 57 140 0.95 0.59 0 0.45 217.44 0.9 0.29
Hex 7 39 8C 5F 3B 0 2D D9 5A 1D
Octal 7 71 214 137 73 0 55 331 132 35
Binary 111 111001 10001100 1011111 111011 0 101101 11011001 1011010 11101

Color Harmonies of #07398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07398C

Black with #07398C

Text Example


Text Example

White with #07398C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,57,140); }

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

background-color css

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

 a { background-color: rgb(7,57,140); }

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

border-color css

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

 span { border-color: rgb(7,57,140); }

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