Html Css Color HEX #01368D Smalt

📋 copy color: '#01368D'

red 1 ◦ green 54 ◦ blue 141

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

Shades of Smalt #01368D

Tints of Smalt #01368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 71.94%

R = 0.51%
G = 27.55%
B = 71.94%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01368D (or 0x01368D) is known color: Smalt. HEX triplet: 01, 36 and 8D. RGB value is (1,54,141). Sum of RGB (Red+Green+Blue) = 1+54+141=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #01368D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01368D is #FEC972. Grayscale: #2F2F2F. Windows color (decimal): -16697715 or 9254401. OLE color: 9254401.

HSL color Cylindrical-coordinate representation of color #01368D: hue angle of 217.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01368D is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 54 141 -
CMYK 0.99 0.62 0 0.45
HSL 217.29º 0.99% 0.28% -
HSV(B) 217.29º 0.99% 0.55% -
XYZ 6.14 4.57 25.76 -
YUV 48.07 180.44 94.43 -
System Red Green Blue C M Y K H S L
Decimal 1 54 141 0.99 0.62 0 0.45 217.29 0.99 0.28
Hex 1 36 8D 63 3E 0 2D D9 63 1C
Octal 1 66 215 143 76 0 55 331 143 34
Binary 1 110110 10001101 1100011 111110 0 101101 11011001 1100011 11100

Color Harmonies of #01368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01368D

Black with #01368D

Text Example


Text Example

White with #01368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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