Html Css Color HEX #01379C Smalt

📋 copy color: '#01379C'

red 1 ◦ green 55 ◦ blue 156

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

Shades of Smalt #01379C

Tints of Smalt #01379C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

 BLUE value IS 156 (61.33% from 255) = 73.58%

R = 0.47%
G = 25.94%
B = 73.58%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01379C (or 0x01379C) is known color: Smalt. HEX triplet: 01, 37 and 9C. RGB value is (1,55,156). Sum of RGB (Red+Green+Blue) = 1+55+156=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #01379C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01379C is #FEC863. Grayscale: #313131. Windows color (decimal): -16697444 or 10237697. OLE color: 10237697.

HSL color Cylindrical-coordinate representation of color #01379C: hue angle of 219.1º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01379C is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 55 156 -
CMYK 0.99 0.65 0 0.39
HSL 219.1º 0.99% 0.31% -
HSV(B) 219.1º 0.99% 0.61% -
XYZ 7.38 5.14 32.06 -
YUV 50.37 187.61 92.79 -
System Red Green Blue C M Y K H S L
Decimal 1 55 156 0.99 0.65 0 0.39 219.1 0.99 0.31
Hex 1 37 9C 63 41 0 27 DB 63 1F
Octal 1 67 234 143 101 0 47 333 143 37
Binary 1 110111 10011100 1100011 1000001 0 100111 11011011 1100011 11111

Color Harmonies of #01379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01379C

Black with #01379C

Text Example


Text Example

White with #01379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,55,156); }

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

background-color css

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

 a { background-color: rgb(1,55,156); }

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

border-color css

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

 span { border-color: rgb(1,55,156); }

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