Html Css Color HEX #001C8A Smalt

📋 copy color: '#001C8A'

red 0 ◦ green 28 ◦ blue 138

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

Shades of Smalt #001C8A

Tints of Smalt #001C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 83.13%

R = 0%
G = 16.87%
B = 83.13%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#001C8A (or 0x001C8A) is known color: Smalt. HEX triplet: 00, 1C and 8A. RGB value is (0,28,138). Sum of RGB (Red+Green+Blue) = 0+28+138=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 138 (54.30% from 255 or 83.13% from 166); Max value from RGB is 138 - color contains mainly: blue. Hex color #001C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C8A is #FFE375. Grayscale: #1F1F1F. Windows color (decimal): -16769910 or 9051136. OLE color: 9051136.

HSL color Cylindrical-coordinate representation of color #001C8A: hue angle of 227.83º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C8A is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 28 138 -
CMYK 1 0.80 0 0.46
HSL 227.83º 1% 0.27% -
HSV(B) 227.83º 1% 0.54% -
XYZ 5 2.67 24.3 -
YUV 32.17 187.72 105.06 -
System Red Green Blue C M Y K H S L
Decimal 0 28 138 1 0.80 0 0.46 227.83 1 0.27
Hex 0 1C 8A 64 50 0 2E E4 64 1B
Octal 0 34 212 144 120 0 56 344 144 33
Binary 0 11100 10001010 1100100 1010000 0 101110 11100100 1100100 11011

Color Harmonies of #001C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C8A

Black with #001C8A

Text Example


Text Example

White with #001C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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