Html Css Color HEX #01348C Smalt

📋 copy color: '#01348C'

red 1 ◦ green 52 ◦ blue 140

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

Shades of Smalt #01348C

Tints of Smalt #01348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 72.54%

R = 0.52%
G = 26.94%
B = 72.54%

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

#01348C (or 0x01348C) is known color: Smalt. HEX triplet: 01, 34 and 8C. RGB value is (1,52,140). Sum of RGB (Red+Green+Blue) = 1+52+140=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #01348C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01348C is #FECB73. Grayscale: #2E2E2E. Windows color (decimal): -16698228 or 9188353. OLE color: 9188353.

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

Color convert

RGB 1 52 140 -
CMYK 0.99 0.63 0 0.45
HSL 217.99º 0.99% 0.28% -
HSV(B) 217.99º 0.99% 0.55% -
XYZ 5.97 4.36 25.34 -
YUV 46.78 180.6 95.34 -
System Red Green Blue C M Y K H S L
Decimal 1 52 140 0.99 0.63 0 0.45 217.99 0.99 0.28
Hex 1 34 8C 63 3F 0 2D DA 63 1C
Octal 1 64 214 143 77 0 55 332 143 34
Binary 1 110100 10001100 1100011 111111 0 101101 11011010 1100011 11100

Color Harmonies of #01348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01348C

Black with #01348C

Text Example


Text Example

White with #01348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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