Html Css Color HEX #01389F Smalt

📋 copy color: '#01389F'

red 1 ◦ green 56 ◦ blue 159

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

Shades of Smalt #01389F

Tints of Smalt #01389F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 73.61%

R = 0.46%
G = 25.93%
B = 73.61%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01389F (or 0x01389F) is known color: Smalt. HEX triplet: 01, 38 and 9F. RGB value is (1,56,159). Sum of RGB (Red+Green+Blue) = 1+56+159=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #01389F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01389F is #FEC760. Grayscale: #323232. Windows color (decimal): -16697185 or 10434561. OLE color: 10434561.

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

Color convert

RGB 1 56 159 -
CMYK 0.99 0.65 0 0.38
HSL 219.11º 0.99% 0.31% -
HSV(B) 219.11º 0.99% 0.62% -
XYZ 7.68 5.34 33.43 -
YUV 51.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 1 56 159 0.99 0.65 0 0.38 219.11 0.99 0.31
Hex 1 38 9F 63 41 0 26 DB 63 1F
Octal 1 70 237 143 101 0 46 333 143 37
Binary 1 111000 10011111 1100011 1000001 0 100110 11011011 1100011 11111

Color Harmonies of #01389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01389F

Black with #01389F

Text Example


Text Example

White with #01389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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