Html Css Color HEX #07398E Smalt

📋 copy color: '#07398E'

red 7 ◦ green 57 ◦ blue 142

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

Shades of Smalt #07398E

Tints of Smalt #07398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 68.93%

R = 3.4%
G = 27.67%
B = 68.93%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07398E (or 0x07398E) is known color: Smalt. HEX triplet: 07, 39 and 8E. RGB value is (7,57,142). Sum of RGB (Red+Green+Blue) = 7+57+142=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #07398E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07398E is #F8C671. Grayscale: #333333. Windows color (decimal): -16303730 or 9320711. OLE color: 9320711.

HSL color Cylindrical-coordinate representation of color #07398E: hue angle of 217.78º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07398E is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 57 142 -
CMYK 0.95 0.60 0 0.44
HSL 217.78º 0.91% 0.29% -
HSV(B) 217.78º 0.95% 0.56% -
XYZ 6.43 4.92 26.2 -
YUV 51.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 7 57 142 0.95 0.60 0 0.44 217.78 0.91 0.29
Hex 7 39 8E 5F 3C 0 2C DA 5B 1D
Octal 7 71 216 137 74 0 54 332 133 35
Binary 111 111001 10001110 1011111 111100 0 101100 11011010 1011011 11101

Color Harmonies of #07398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07398E

Black with #07398E

Text Example


Text Example

White with #07398E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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