Html Css Color HEX #01348B Smalt

📋 copy color: '#01348B'

red 1 ◦ green 52 ◦ blue 139

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

Shades of Smalt #01348B

Tints of Smalt #01348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 72.4%

R = 0.52%
G = 27.08%
B = 72.4%

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

#01348B (or 0x01348B) is known color: Smalt. HEX triplet: 01, 34 and 8B. RGB value is (1,52,139). Sum of RGB (Red+Green+Blue) = 1+52+139=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 139 (54.69% from 255 or 72.40% from 192); Max value from RGB is 139 - color contains mainly: blue. Hex color #01348B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01348B is #FECB74. Grayscale: #2E2E2E. Windows color (decimal): -16698229 or 9122817. OLE color: 9122817.

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

Color convert

RGB 1 52 139 -
CMYK 0.99 0.63 0 0.45
HSL 217.83º 0.99% 0.27% -
HSV(B) 217.83º 0.99% 0.55% -
XYZ 5.9 4.33 24.95 -
YUV 46.67 180.1 95.43 -
System Red Green Blue C M Y K H S L
Decimal 1 52 139 0.99 0.63 0 0.45 217.83 0.99 0.27
Hex 1 34 8B 63 3F 0 2D DA 63 1B
Octal 1 64 213 143 77 0 55 332 143 33
Binary 1 110100 10001011 1100011 111111 0 101101 11011010 1100011 11011

Color Harmonies of #01348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01348B

Black with #01348B

Text Example


Text Example

White with #01348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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