Html Css Color HEX #00318C Smalt

📋 copy color: '#00318C'

red 0 ◦ green 49 ◦ blue 140

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

Shades of Smalt #00318C

Tints of Smalt #00318C

RGB

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

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

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

R = 0%
G = 25.93%
B = 74.07%

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

#00318C (or 0x00318C) is known color: Smalt. HEX triplet: 00, 31 and 8C. RGB value is (0,49,140). Sum of RGB (Red+Green+Blue) = 0+49+140=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 140 (55.08% from 255 or 74.07% from 189); Max value from RGB is 140 - color contains mainly: blue. Hex color #00318C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00318C is #FFCE73. Grayscale: #2C2C2C. Windows color (decimal): -16764532 or 9187584. OLE color: 9187584.

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

Color convert

RGB 0 49 140 -
CMYK 1 0.65 0 0.45
HSL 219º 1% 0.27% -
HSV(B) 219º 1% 0.55% -
XYZ 5.83 4.09 25.29 -
YUV 44.72 181.77 96.1 -
System Red Green Blue C M Y K H S L
Decimal 0 49 140 1 0.65 0 0.45 219 1 0.27
Hex 0 31 8C 64 41 0 2D DB 64 1B
Octal 0 61 214 144 101 0 55 333 144 33
Binary 0 110001 10001100 1100100 1000001 0 101101 11011011 1100100 11011

Color Harmonies of #00318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00318C

Black with #00318C

Text Example


Text Example

White with #00318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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