Html Css Color HEX #00318D Smalt

📋 copy color: '#00318D'

red 0 ◦ green 49 ◦ blue 141

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

Shades of Smalt #00318D

Tints of Smalt #00318D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 49 (19.53% from 255) = 25.79%

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

R = 0%
G = 25.79%
B = 74.21%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00318D (or 0x00318D) is known color: Smalt. HEX triplet: 00, 31 and 8D. RGB value is (0,49,141). Sum of RGB (Red+Green+Blue) = 0+49+141=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #00318D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00318D is #FFCE72. Grayscale: #2C2C2C. Windows color (decimal): -16764531 or 9253120. OLE color: 9253120.

HSL color Cylindrical-coordinate representation of color #00318D: hue angle of 219.15º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00318D is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 49 141 -
CMYK 1 0.65 0 0.45
HSL 219.15º 1% 0.28% -
HSV(B) 219.15º 1% 0.55% -
XYZ 5.91 4.12 25.68 -
YUV 44.84 182.27 96.02 -
System Red Green Blue C M Y K H S L
Decimal 0 49 141 1 0.65 0 0.45 219.15 1 0.28
Hex 0 31 8D 64 41 0 2D DB 64 1C
Octal 0 61 215 144 101 0 55 333 144 34
Binary 0 110001 10001101 1100100 1000001 0 101101 11011011 1100100 11100

Color Harmonies of #00318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00318D

Black with #00318D

Text Example


Text Example

White with #00318D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,49,141); }

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

background-color css

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

 a { background-color: rgb(0,49,141); }

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

border-color css

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

 span { border-color: rgb(0,49,141); }

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