Html Css Color HEX #01368F Smalt

📋 copy color: '#01368F'

red 1 ◦ green 54 ◦ blue 143

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

Shades of Smalt #01368F

Tints of Smalt #01368F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 72.22%

R = 0.51%
G = 27.27%
B = 72.22%

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

#01368F (or 0x01368F) is known color: Smalt. HEX triplet: 01, 36 and 8F. RGB value is (1,54,143). Sum of RGB (Red+Green+Blue) = 1+54+143=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 143 (56.25% from 255 or 72.22% from 198); Max value from RGB is 143 - color contains mainly: blue. Hex color #01368F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01368F is #FEC970. Grayscale: #2F2F2F. Windows color (decimal): -16697713 or 9385473. OLE color: 9385473.

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

Color convert

RGB 1 54 143 -
CMYK 0.99 0.62 0 0.44
HSL 217.61º 0.99% 0.28% -
HSV(B) 217.61º 0.99% 0.56% -
XYZ 6.29 4.63 26.55 -
YUV 48.3 181.44 94.26 -
System Red Green Blue C M Y K H S L
Decimal 1 54 143 0.99 0.62 0 0.44 217.61 0.99 0.28
Hex 1 36 8F 63 3E 0 2C DA 63 1C
Octal 1 66 217 143 76 0 54 332 143 34
Binary 1 110110 10001111 1100011 111110 0 101100 11011010 1100011 11100

Color Harmonies of #01368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01368F

Black with #01368F

Text Example


Text Example

White with #01368F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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