Html Css Color HEX #01368E Smalt

📋 copy color: '#01368E'

red 1 ◦ green 54 ◦ blue 142

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

Shades of Smalt #01368E

Tints of Smalt #01368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.41%

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

R = 0.51%
G = 27.41%
B = 72.08%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01368E (or 0x01368E) is known color: Smalt. HEX triplet: 01, 36 and 8E. RGB value is (1,54,142). Sum of RGB (Red+Green+Blue) = 1+54+142=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 142 (55.86% from 255 or 72.08% from 197); Max value from RGB is 142 - color contains mainly: blue. Hex color #01368E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01368E is #FEC971. Grayscale: #2F2F2F. Windows color (decimal): -16697714 or 9319937. OLE color: 9319937.

HSL color Cylindrical-coordinate representation of color #01368E: hue angle of 217.45º 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 #01368E is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 54 142 -
CMYK 0.99 0.62 0 0.44
HSL 217.45º 0.99% 0.28% -
HSV(B) 217.45º 0.99% 0.56% -
XYZ 6.21 4.6 26.15 -
YUV 48.19 180.94 94.34 -
System Red Green Blue C M Y K H S L
Decimal 1 54 142 0.99 0.62 0 0.44 217.45 0.99 0.28
Hex 1 36 8E 63 3E 0 2C D9 63 1C
Octal 1 66 216 143 76 0 54 331 143 34
Binary 1 110110 10001110 1100011 111110 0 101100 11011001 1100011 11100

Color Harmonies of #01368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01368E

Black with #01368E

Text Example


Text Example

White with #01368E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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