Html Css Color HEX #001D95 Smalt

📋 copy color: '#001D95'

red 0 ◦ green 29 ◦ blue 149

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

Shades of Smalt #001D95

Tints of Smalt #001D95

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

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

R = 0%
G = 16.29%
B = 83.71%

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

#001D95 (or 0x001D95) is known color: Smalt. HEX triplet: 00, 1D and 95. RGB value is (0,29,149). Sum of RGB (Red+Green+Blue) = 0+29+149=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 149 (58.59% from 255 or 83.71% from 178); Max value from RGB is 149 - color contains mainly: blue. Hex color #001D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D95 is #FFE26A. Grayscale: #212121. Windows color (decimal): -16769643 or 9772288. OLE color: 9772288.

HSL color Cylindrical-coordinate representation of color #001D95: hue angle of 228.32º 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 #001D95 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 29 149 -
CMYK 1 0.81 0 0.42
HSL 228.32º 1% 0.29% -
HSV(B) 228.32º 1% 0.58% -
XYZ 5.86 3.05 28.71 -
YUV 34.01 192.89 103.74 -
System Red Green Blue C M Y K H S L
Decimal 0 29 149 1 0.81 0 0.42 228.32 1 0.29
Hex 0 1D 95 64 51 0 2A E4 64 1D
Octal 0 35 225 144 121 0 52 344 144 35
Binary 0 11101 10010101 1100100 1010001 0 101010 11100100 1100100 11101

Color Harmonies of #001D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D95

Black with #001D95

Text Example


Text Example

White with #001D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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