Html Css Color HEX #001C96 Smalt

📋 copy color: '#001C96'

red 0 ◦ green 28 ◦ blue 150

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

Shades of Smalt #001C96

Tints of Smalt #001C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 84.27%

R = 0%
G = 15.73%
B = 84.27%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#001C96 (or 0x001C96) is known color: Smalt. HEX triplet: 00, 1C and 96. RGB value is (0,28,150). Sum of RGB (Red+Green+Blue) = 0+28+150=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 150 (58.98% from 255 or 84.27% from 178); Max value from RGB is 150 - color contains mainly: blue. Hex color #001C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C96 is #FFE369. Grayscale: #212121. Windows color (decimal): -16769898 or 9837568. OLE color: 9837568.

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

Color convert

RGB 0 28 150 -
CMYK 1 0.81 0 0.41
HSL 228.8º 1% 0.29% -
HSV(B) 228.8º 1% 0.59% -
XYZ 5.92 3.03 29.13 -
YUV 33.54 193.72 104.08 -
System Red Green Blue C M Y K H S L
Decimal 0 28 150 1 0.81 0 0.41 228.8 1 0.29
Hex 0 1C 96 64 51 0 29 E5 64 1D
Octal 0 34 226 144 121 0 51 345 144 35
Binary 0 11100 10010110 1100100 1010001 0 101001 11100101 1100100 11101

Color Harmonies of #001C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C96

Black with #001C96

Text Example


Text Example

White with #001C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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