Html Css Color HEX #01358E Smalt

📋 copy color: '#01358E'

red 1 ◦ green 53 ◦ blue 142

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

Shades of Smalt #01358E

Tints of Smalt #01358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.04%

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

R = 0.51%
G = 27.04%
B = 72.45%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01358E (or 0x01358E) is known color: Smalt. HEX triplet: 01, 35 and 8E. RGB value is (1,53,142). Sum of RGB (Red+Green+Blue) = 1+53+142=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #01358E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01358E is #FECA71. Grayscale: #2F2F2F. Windows color (decimal): -16697970 or 9319681. OLE color: 9319681.

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

Color convert

RGB 1 53 142 -
CMYK 0.99 0.63 0 0.44
HSL 217.87º 0.99% 0.28% -
HSV(B) 217.87º 0.99% 0.56% -
XYZ 6.17 4.51 26.14 -
YUV 47.6 181.27 94.76 -
System Red Green Blue C M Y K H S L
Decimal 1 53 142 0.99 0.63 0 0.44 217.87 0.99 0.28
Hex 1 35 8E 63 3F 0 2C DA 63 1C
Octal 1 65 216 143 77 0 54 332 143 34
Binary 1 110101 10001110 1100011 111111 0 101100 11011010 1100011 11100

Color Harmonies of #01358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01358E

Black with #01358E

Text Example


Text Example

White with #01358E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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