Html Css Color HEX #01369D Smalt

📋 copy color: '#01369D'

red 1 ◦ green 54 ◦ blue 157

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

Shades of Smalt #01369D

Tints of Smalt #01369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

 BLUE value IS 157 (61.72% from 255) = 74.06%

R = 0.47%
G = 25.47%
B = 74.06%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01369D (or 0x01369D) is known color: Smalt. HEX triplet: 01, 36 and 9D. RGB value is (1,54,157). Sum of RGB (Red+Green+Blue) = 1+54+157=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #01369D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01369D is #FEC962. Grayscale: #313131. Windows color (decimal): -16697699 or 10302977. OLE color: 10302977.

HSL color Cylindrical-coordinate representation of color #01369D: hue angle of 219.62º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01369D is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 54 157 -
CMYK 0.99 0.66 0 0.38
HSL 219.62º 0.99% 0.31% -
HSV(B) 219.62º 0.99% 0.62% -
XYZ 7.42 5.08 32.49 -
YUV 49.9 188.44 93.12 -
System Red Green Blue C M Y K H S L
Decimal 1 54 157 0.99 0.66 0 0.38 219.62 0.99 0.31
Hex 1 36 9D 63 42 0 26 DC 63 1F
Octal 1 66 235 143 102 0 46 334 143 37
Binary 1 110110 10011101 1100011 1000010 0 100110 11011100 1100011 11111

Color Harmonies of #01369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01369D

Black with #01369D

Text Example


Text Example

White with #01369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,54,157); }

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

background-color css

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

 a { background-color: rgb(1,54,157); }

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

border-color css

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

 span { border-color: rgb(1,54,157); }

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