Html Css Color HEX #01338D Smalt

📋 copy color: '#01338D'

red 1 ◦ green 51 ◦ blue 141

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

Shades of Smalt #01338D

Tints of Smalt #01338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

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

R = 0.52%
G = 26.42%
B = 73.06%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01338D (or 0x01338D) is known color: Smalt. HEX triplet: 01, 33 and 8D. RGB value is (1,51,141). Sum of RGB (Red+Green+Blue) = 1+51+141=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #01338D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01338D is #FECC72. Grayscale: #2D2D2D. Windows color (decimal): -16698483 or 9253633. OLE color: 9253633.

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

Color convert

RGB 1 51 141 -
CMYK 0.99 0.64 0 0.45
HSL 218.57º 0.99% 0.28% -
HSV(B) 218.57º 0.99% 0.55% -
XYZ 6 4.3 25.71 -
YUV 46.31 181.44 95.68 -
System Red Green Blue C M Y K H S L
Decimal 1 51 141 0.99 0.64 0 0.45 218.57 0.99 0.28
Hex 1 33 8D 63 40 0 2D DB 63 1C
Octal 1 63 215 143 100 0 55 333 143 34
Binary 1 110011 10001101 1100011 1000000 0 101101 11011011 1100011 11100

Color Harmonies of #01338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01338D

Black with #01338D

Text Example


Text Example

White with #01338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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