Html Css Color HEX #01399C Smalt

📋 copy color: '#01399C'

red 1 ◦ green 57 ◦ blue 156

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

Shades of Smalt #01399C

Tints of Smalt #01399C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.64%

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

R = 0.47%
G = 26.64%
B = 72.9%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01399C (or 0x01399C) is known color: Smalt. HEX triplet: 01, 39 and 9C. RGB value is (1,57,156). Sum of RGB (Red+Green+Blue) = 1+57+156=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 156 (61.33% from 255 or 72.90% from 214); Max value from RGB is 156 - color contains mainly: blue. Hex color #01399C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01399C is #FEC663. Grayscale: #333333. Windows color (decimal): -16696932 or 10238209. OLE color: 10238209.

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

Color convert

RGB 1 57 156 -
CMYK 0.99 0.63 0 0.39
HSL 218.32º 0.99% 0.31% -
HSV(B) 218.32º 0.99% 0.61% -
XYZ 7.48 5.33 32.09 -
YUV 51.54 186.95 91.95 -
System Red Green Blue C M Y K H S L
Decimal 1 57 156 0.99 0.63 0 0.39 218.32 0.99 0.31
Hex 1 39 9C 63 3F 0 27 DA 63 1F
Octal 1 71 234 143 77 0 47 332 143 37
Binary 1 111001 10011100 1100011 111111 0 100111 11011010 1100011 11111

Color Harmonies of #01399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01399C

Black with #01399C

Text Example


Text Example

White with #01399C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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