Html Css Color HEX #01389D Smalt

📋 copy color: '#01389D'

red 1 ◦ green 56 ◦ blue 157

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

Shades of Smalt #01389D

Tints of Smalt #01389D

RGB

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

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

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

R = 0.47%
G = 26.17%
B = 73.36%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01389D (or 0x01389D) is known color: Smalt. HEX triplet: 01, 38 and 9D. RGB value is (1,56,157). Sum of RGB (Red+Green+Blue) = 1+56+157=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #01389D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01389D is #FEC762. Grayscale: #323232. Windows color (decimal): -16697187 or 10303489. OLE color: 10303489.

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

Color convert

RGB 1 56 157 -
CMYK 0.99 0.64 0 0.38
HSL 218.85º 0.99% 0.31% -
HSV(B) 218.85º 0.99% 0.62% -
XYZ 7.51 5.27 32.52 -
YUV 51.07 187.78 92.29 -
System Red Green Blue C M Y K H S L
Decimal 1 56 157 0.99 0.64 0 0.38 218.85 0.99 0.31
Hex 1 38 9D 63 40 0 26 DB 63 1F
Octal 1 70 235 143 100 0 46 333 143 37
Binary 1 111000 10011101 1100011 1000000 0 100110 11011011 1100011 11111

Color Harmonies of #01389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01389D

Black with #01389D

Text Example


Text Example

White with #01389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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