Html Css Color HEX #01318C Smalt

📋 copy color: '#01318C'

red 1 ◦ green 49 ◦ blue 140

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

Shades of Smalt #01318C

Tints of Smalt #01318C

RGB

 RED value IS 1 (0.78% from 255) = 0.53%

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

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

R = 0.53%
G = 25.79%
B = 73.68%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01318C (or 0x01318C) is known color: Smalt. HEX triplet: 01, 31 and 8C. RGB value is (1,49,140). Sum of RGB (Red+Green+Blue) = 1+49+140=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #01318C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01318C is #FECE73. Grayscale: #2C2C2C. Windows color (decimal): -16698996 or 9187585. OLE color: 9187585.

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

Color convert

RGB 1 49 140 -
CMYK 0.99 0.65 0 0.45
HSL 219.28º 0.99% 0.28% -
HSV(B) 219.28º 0.99% 0.55% -
XYZ 5.84 4.1 25.29 -
YUV 45.02 181.6 96.6 -
System Red Green Blue C M Y K H S L
Decimal 1 49 140 0.99 0.65 0 0.45 219.28 0.99 0.28
Hex 1 31 8C 63 41 0 2D DB 63 1C
Octal 1 61 214 143 101 0 55 333 143 34
Binary 1 110001 10001100 1100011 1000001 0 101101 11011011 1100011 11100

Color Harmonies of #01318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01318C

Black with #01318C

Text Example


Text Example

White with #01318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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