Html Css Color HEX #001D88 Smalt

📋 copy color: '#001D88'

red 0 ◦ green 29 ◦ blue 136

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

Shades of Smalt #001D88

Tints of Smalt #001D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 82.42%

R = 0%
G = 17.58%
B = 82.42%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#001D88 (or 0x001D88) is known color: Smalt. HEX triplet: 00, 1D and 88. RGB value is (0,29,136). Sum of RGB (Red+Green+Blue) = 0+29+136=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 136 (53.52% from 255 or 82.42% from 165); Max value from RGB is 136 - color contains mainly: blue. Hex color #001D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D88 is #FFE277. Grayscale: #202020. Windows color (decimal): -16769656 or 8920320. OLE color: 8920320.

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

Color convert

RGB 0 29 136 -
CMYK 1 0.79 0 0.47
HSL 227.21º 1% 0.27% -
HSV(B) 227.21º 1% 0.53% -
XYZ 4.88 2.66 23.55 -
YUV 32.53 186.39 104.8 -
System Red Green Blue C M Y K H S L
Decimal 0 29 136 1 0.79 0 0.47 227.21 1 0.27
Hex 0 1D 88 64 4F 0 2F E3 64 1B
Octal 0 35 210 144 117 0 57 343 144 33
Binary 0 11101 10001000 1100100 1001111 0 101111 11100011 1100100 11011

Color Harmonies of #001D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D88

Black with #001D88

Text Example


Text Example

White with #001D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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