Html Css Color HEX #001C92 Smalt

📋 copy color: '#001C92'

red 0 ◦ green 28 ◦ blue 146

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

Shades of Smalt #001C92

Tints of Smalt #001C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 83.91%

R = 0%
G = 16.09%
B = 83.91%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#001C92 (or 0x001C92) is known color: Smalt. HEX triplet: 00, 1C and 92. RGB value is (0,28,146). Sum of RGB (Red+Green+Blue) = 0+28+146=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 146 (57.42% from 255 or 83.91% from 174); Max value from RGB is 146 - color contains mainly: blue. Hex color #001C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C92 is #FFE36D. Grayscale: #202020. Windows color (decimal): -16769902 or 9575424. OLE color: 9575424.

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

Color convert

RGB 0 28 146 -
CMYK 1 0.81 0 0.43
HSL 228.49º 1% 0.29% -
HSV(B) 228.49º 1% 0.57% -
XYZ 5.6 2.91 27.46 -
YUV 33.08 191.72 104.41 -
System Red Green Blue C M Y K H S L
Decimal 0 28 146 1 0.81 0 0.43 228.49 1 0.29
Hex 0 1C 92 64 51 0 2B E4 64 1D
Octal 0 34 222 144 121 0 53 344 144 35
Binary 0 11100 10010010 1100100 1010001 0 101011 11100100 1100100 11101

Color Harmonies of #001C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C92

Black with #001C92

Text Example


Text Example

White with #001C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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