Html Css Color HEX #01348D Smalt

📋 copy color: '#01348D'

red 1 ◦ green 52 ◦ blue 141

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

Shades of Smalt #01348D

Tints of Smalt #01348D

RGB

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

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

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

R = 0.52%
G = 26.8%
B = 72.68%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01348D (or 0x01348D) is known color: Smalt. HEX triplet: 01, 34 and 8D. RGB value is (1,52,141). Sum of RGB (Red+Green+Blue) = 1+52+141=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #01348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01348D is #FECB72. Grayscale: #2E2E2E. Windows color (decimal): -16698227 or 9253889. OLE color: 9253889.

HSL color Cylindrical-coordinate representation of color #01348D: hue angle of 218.14º 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 #01348D is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 52 141 -
CMYK 0.99 0.63 0 0.45
HSL 218.14º 0.99% 0.28% -
HSV(B) 218.14º 0.99% 0.55% -
XYZ 6.05 4.39 25.73 -
YUV 46.9 181.1 95.26 -
System Red Green Blue C M Y K H S L
Decimal 1 52 141 0.99 0.63 0 0.45 218.14 0.99 0.28
Hex 1 34 8D 63 3F 0 2D DA 63 1C
Octal 1 64 215 143 77 0 55 332 143 34
Binary 1 110100 10001101 1100011 111111 0 101101 11011010 1100011 11100

Color Harmonies of #01348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01348D

Black with #01348D

Text Example


Text Example

White with #01348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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