Html Css Color HEX #1D2490 Ultramarine

📋 copy color: '#1D2490'

red 29 ◦ green 36 ◦ blue 144

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

Shades of Ultramarine #1D2490

Tints of Ultramarine #1D2490

RGB

 RED value IS 29 (11.72% from 255) = 13.88%

 GREEN value IS 36 (14.45% from 255) = 17.22%

 BLUE value IS 144 (56.64% from 255) = 68.9%

R = 13.88%
G = 17.22%
B = 68.9%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1D2490 (or 0x1D2490) is known color: Ultramarine. HEX triplet: 1D, 24 and 90. RGB value is (29,36,144). Sum of RGB (Red+Green+Blue) = 29+36+144=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D2490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2490 is #E2DB6F. Grayscale: #2D2D2D. Windows color (decimal): -14867312 or 9446429. OLE color: 9446429.

HSL color Cylindrical-coordinate representation of color #1D2490: hue angle of 236.35º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D2490 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 29 36 144 -
CMYK 0.80 0.75 0 0.44
HSL 236.35º 0.66% 0.34% -
HSV(B) 236.35º 0.8% 0.56% -
XYZ 6.17 3.54 26.74 -
YUV 46.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 29 36 144 0.80 0.75 0 0.44 236.35 0.66 0.34
Hex 1D 24 90 50 4B 0 2C EC 42 22
Octal 35 44 220 120 113 0 54 354 102 42
Binary 11101 100100 10010000 1010000 1001011 0 101100 11101100 1000010 100010

Color Harmonies of #1D2490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2490

Black with #1D2490

Text Example


Text Example

White with #1D2490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D2490; }

 p { color: rgb(29,36,144); }

 H1.HeaderClassName
 {
   color: #1D2490;
 }
 .AnyTagClassName
 {
   color: #1D2490;
 }
</style>

background-color css

<style>
 a { background-color: #1D2490; }

 a { background-color: rgb(29,36,144); }

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

border-color css

<style>
 span { border-color: #1D2490; }

 span { border-color: rgb(29,36,144); }

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