Html Css Color HEX #07388D Smalt

📋 copy color: '#07388D'

red 7 ◦ green 56 ◦ blue 141

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

Shades of Smalt #07388D

Tints of Smalt #07388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.45%

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 3.43%
G = 27.45%
B = 69.12%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07388D (or 0x07388D) is known color: Smalt. HEX triplet: 07, 38 and 8D. RGB value is (7,56,141). Sum of RGB (Red+Green+Blue) = 7+56+141=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #07388D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07388D is #F8C772. Grayscale: #323232. Windows color (decimal): -16303987 or 9254919. OLE color: 9254919.

HSL color Cylindrical-coordinate representation of color #07388D: hue angle of 218.06º degrees, saturation: 0.91, 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 #07388D is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 56 141 -
CMYK 0.95 0.60 0 0.45
HSL 218.06º 0.91% 0.29% -
HSV(B) 218.06º 0.95% 0.55% -
XYZ 6.31 4.8 25.79 -
YUV 51.04 178.77 96.59 -
System Red Green Blue C M Y K H S L
Decimal 7 56 141 0.95 0.60 0 0.45 218.06 0.91 0.29
Hex 7 38 8D 5F 3C 0 2D DA 5B 1D
Octal 7 70 215 137 74 0 55 332 133 35
Binary 111 111000 10001101 1011111 111100 0 101101 11011010 1011011 11101

Color Harmonies of #07388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07388D

Black with #07388D

Text Example


Text Example

White with #07388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07388D; }

 p { color: rgb(7,56,141); }

 H1.HeaderClassName
 {
   color: #07388D;
 }
 .AnyTagClassName
 {
   color: #07388D;
 }
</style>

background-color css

<style>
 a { background-color: #07388D; }

 a { background-color: rgb(7,56,141); }

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

border-color css

<style>
 span { border-color: #07388D; }

 span { border-color: rgb(7,56,141); }

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