Html Css Color HEX #01388E Smalt

📋 copy color: '#01388E'

red 1 ◦ green 56 ◦ blue 142

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

Shades of Smalt #01388E

Tints of Smalt #01388E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 71.36%

R = 0.5%
G = 28.14%
B = 71.36%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01388E (or 0x01388E) is known color: Smalt. HEX triplet: 01, 38 and 8E. RGB value is (1,56,142). Sum of RGB (Red+Green+Blue) = 1+56+142=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 142 (55.86% from 255 or 71.36% from 199); Max value from RGB is 142 - color contains mainly: blue. Hex color #01388E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01388E is #FEC771. Grayscale: #303030. Windows color (decimal): -16697202 or 9320449. OLE color: 9320449.

HSL color Cylindrical-coordinate representation of color #01388E: hue angle of 216.6º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01388E is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 56 142 -
CMYK 0.99 0.61 0 0.44
HSL 216.6º 0.99% 0.28% -
HSV(B) 216.6º 0.99% 0.56% -
XYZ 6.31 4.79 26.18 -
YUV 49.36 180.28 93.51 -
System Red Green Blue C M Y K H S L
Decimal 1 56 142 0.99 0.61 0 0.44 216.6 0.99 0.28
Hex 1 38 8E 63 3D 0 2C D9 63 1C
Octal 1 70 216 143 75 0 54 331 143 34
Binary 1 111000 10001110 1100011 111101 0 101100 11011001 1100011 11100

Color Harmonies of #01388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01388E

Black with #01388E

Text Example


Text Example

White with #01388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01388E; }

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

 H1.HeaderClassName
 {
   color: #01388E;
 }
 .AnyTagClassName
 {
   color: #01388E;
 }
</style>

background-color css

<style>
 a { background-color: #01388E; }

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

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

border-color css

<style>
 span { border-color: #01388E; }

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

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