Html Css Color HEX #01318A Smalt

📋 copy color: '#01318A'

red 1 ◦ green 49 ◦ blue 138

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

Shades of Smalt #01318A

Tints of Smalt #01318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 73.4%

R = 0.53%
G = 26.06%
B = 73.4%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01318A (or 0x01318A) is known color: Smalt. HEX triplet: 01, 31 and 8A. RGB value is (1,49,138). Sum of RGB (Red+Green+Blue) = 1+49+138=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 138 (54.30% from 255 or 73.40% from 188); Max value from RGB is 138 - color contains mainly: blue. Hex color #01318A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01318A is #FECE75. Grayscale: #2C2C2C. Windows color (decimal): -16698998 or 9056513. OLE color: 9056513.

HSL color Cylindrical-coordinate representation of color #01318A: hue angle of 218.98º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01318A is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 49 138 -
CMYK 0.99 0.64 0 0.46
HSL 218.98º 0.99% 0.27% -
HSV(B) 218.98º 0.99% 0.54% -
XYZ 5.7 4.04 24.52 -
YUV 44.79 180.6 96.76 -
System Red Green Blue C M Y K H S L
Decimal 1 49 138 0.99 0.64 0 0.46 218.98 0.99 0.27
Hex 1 31 8A 63 40 0 2E DB 63 1B
Octal 1 61 212 143 100 0 56 333 143 33
Binary 1 110001 10001010 1100011 1000000 0 101110 11011011 1100011 11011

Color Harmonies of #01318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01318A

Black with #01318A

Text Example


Text Example

White with #01318A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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