Html Css Color HEX #01389C Smalt

📋 copy color: '#01389C'

red 1 ◦ green 56 ◦ blue 156

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

Shades of Smalt #01389C

Tints of Smalt #01389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.29%

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

R = 0.47%
G = 26.29%
B = 73.24%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01389C (or 0x01389C) is known color: Smalt. HEX triplet: 01, 38 and 9C. RGB value is (1,56,156). Sum of RGB (Red+Green+Blue) = 1+56+156=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #01389C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01389C is #FEC763. Grayscale: #323232. Windows color (decimal): -16697188 or 10237953. OLE color: 10237953.

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

Color convert

RGB 1 56 156 -
CMYK 0.99 0.64 0 0.39
HSL 218.71º 0.99% 0.31% -
HSV(B) 218.71º 0.99% 0.61% -
XYZ 7.43 5.24 32.07 -
YUV 50.96 187.28 92.37 -
System Red Green Blue C M Y K H S L
Decimal 1 56 156 0.99 0.64 0 0.39 218.71 0.99 0.31
Hex 1 38 9C 63 40 0 27 DB 63 1F
Octal 1 70 234 143 100 0 47 333 143 37
Binary 1 111000 10011100 1100011 1000000 0 100111 11011011 1100011 11111

Color Harmonies of #01389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01389C

Black with #01389C

Text Example


Text Example

White with #01389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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