Html Css Color HEX #01348E Smalt

📋 copy color: '#01348E'

red 1 ◦ green 52 ◦ blue 142

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

Shades of Smalt #01348E

Tints of Smalt #01348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 72.82%

R = 0.51%
G = 26.67%
B = 72.82%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01348E (or 0x01348E) is known color: Smalt. HEX triplet: 01, 34 and 8E. RGB value is (1,52,142). Sum of RGB (Red+Green+Blue) = 1+52+142=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #01348E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01348E is #FECB71. Grayscale: #2E2E2E. Windows color (decimal): -16698226 or 9319425. OLE color: 9319425.

HSL color Cylindrical-coordinate representation of color #01348E: hue angle of 218.3º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01348E is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 52 142 -
CMYK 0.99 0.63 0 0.44
HSL 218.3º 0.99% 0.28% -
HSV(B) 218.3º 0.99% 0.56% -
XYZ 6.12 4.42 26.12 -
YUV 47.01 181.6 95.18 -
System Red Green Blue C M Y K H S L
Decimal 1 52 142 0.99 0.63 0 0.44 218.3 0.99 0.28
Hex 1 34 8E 63 3F 0 2C DA 63 1C
Octal 1 64 216 143 77 0 54 332 143 34
Binary 1 110100 10001110 1100011 111111 0 101100 11011010 1100011 11100

Color Harmonies of #01348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01348E

Black with #01348E

Text Example


Text Example

White with #01348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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