Html Css Color HEX #001C95 Smalt

📋 copy color: '#001C95'

red 0 ◦ green 28 ◦ blue 149

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

Shades of Smalt #001C95

Tints of Smalt #001C95

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 28 (11.33% from 255) = 15.82%

 BLUE value IS 149 (58.59% from 255) = 84.18%

R = 0%
G = 15.82%
B = 84.18%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001C95 (or 0x001C95) is known color: Smalt. HEX triplet: 00, 1C and 95. RGB value is (0,28,149). Sum of RGB (Red+Green+Blue) = 0+28+149=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 149 (58.59% from 255 or 84.18% from 177); Max value from RGB is 149 - color contains mainly: blue. Hex color #001C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C95 is #FFE36A. Grayscale: #202020. Windows color (decimal): -16769899 or 9772032. OLE color: 9772032.

HSL color Cylindrical-coordinate representation of color #001C95: hue angle of 228.72º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C95 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 28 149 -
CMYK 1 0.81 0 0.42
HSL 228.72º 1% 0.29% -
HSV(B) 228.72º 1% 0.58% -
XYZ 5.84 3 28.71 -
YUV 33.42 193.22 104.16 -
System Red Green Blue C M Y K H S L
Decimal 0 28 149 1 0.81 0 0.42 228.72 1 0.29
Hex 0 1C 95 64 51 0 2A E5 64 1D
Octal 0 34 225 144 121 0 52 345 144 35
Binary 0 11100 10010101 1100100 1010001 0 101010 11100101 1100100 11101

Color Harmonies of #001C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C95

Black with #001C95

Text Example


Text Example

White with #001C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001C95; }

 p { color: rgb(0,28,149); }

 H1.HeaderClassName
 {
   color: #001C95;
 }
 .AnyTagClassName
 {
   color: #001C95;
 }
</style>

background-color css

<style>
 a { background-color: #001C95; }

 a { background-color: rgb(0,28,149); }

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

border-color css

<style>
 span { border-color: #001C95; }

 span { border-color: rgb(0,28,149); }

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