Html Css Color HEX #01349C Smalt

📋 copy color: '#01349C'

red 1 ◦ green 52 ◦ blue 156

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

Shades of Smalt #01349C

Tints of Smalt #01349C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 74.64%

R = 0.48%
G = 24.88%
B = 74.64%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01349C (or 0x01349C) is known color: Smalt. HEX triplet: 01, 34 and 9C. RGB value is (1,52,156). Sum of RGB (Red+Green+Blue) = 1+52+156=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #01349C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01349C is #FECB63. Grayscale: #303030. Windows color (decimal): -16698212 or 10236929. OLE color: 10236929.

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

Color convert

RGB 1 52 156 -
CMYK 0.99 0.67 0 0.39
HSL 220.26º 0.99% 0.31% -
HSV(B) 220.26º 0.99% 0.61% -
XYZ 7.24 4.86 32.01 -
YUV 48.61 188.6 94.04 -
System Red Green Blue C M Y K H S L
Decimal 1 52 156 0.99 0.67 0 0.39 220.26 0.99 0.31
Hex 1 34 9C 63 43 0 27 DC 63 1F
Octal 1 64 234 143 103 0 47 334 143 37
Binary 1 110100 10011100 1100011 1000011 0 100111 11011100 1100011 11111

Color Harmonies of #01349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01349C

Black with #01349C

Text Example


Text Example

White with #01349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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