Html Css Color HEX #01349D Smalt

📋 copy color: '#01349D'

red 1 ◦ green 52 ◦ blue 157

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

Shades of Smalt #01349D

Tints of Smalt #01349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

 BLUE value IS 157 (61.72% from 255) = 74.76%

R = 0.48%
G = 24.76%
B = 74.76%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01349D (or 0x01349D) is known color: Smalt. HEX triplet: 01, 34 and 9D. RGB value is (1,52,157). Sum of RGB (Red+Green+Blue) = 1+52+157=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #01349D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01349D is #FECB62. Grayscale: #303030. Windows color (decimal): -16698211 or 10302465. OLE color: 10302465.

HSL color Cylindrical-coordinate representation of color #01349D: hue angle of 220.38º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01349D is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 52 157 -
CMYK 0.99 0.67 0 0.38
HSL 220.38º 0.99% 0.31% -
HSV(B) 220.38º 0.99% 0.62% -
XYZ 7.33 4.9 32.46 -
YUV 48.72 189.1 93.96 -
System Red Green Blue C M Y K H S L
Decimal 1 52 157 0.99 0.67 0 0.38 220.38 0.99 0.31
Hex 1 34 9D 63 43 0 26 DC 63 1F
Octal 1 64 235 143 103 0 46 334 143 37
Binary 1 110100 10011101 1100011 1000011 0 100110 11011100 1100011 11111

Color Harmonies of #01349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01349D

Black with #01349D

Text Example


Text Example

White with #01349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,52,157); }

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

background-color css

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

 a { background-color: rgb(1,52,157); }

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

border-color css

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

 span { border-color: rgb(1,52,157); }

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