Html Css Color HEX #1D1899 Ultramarine

📋 copy color: '#1D1899'

red 29 ◦ green 24 ◦ blue 153

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

Shades of Ultramarine #1D1899

Tints of Ultramarine #1D1899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

 BLUE value IS 153 (60.16% from 255) = 74.27%

R = 14.08%
G = 11.65%
B = 74.27%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D1899 (or 0x1D1899) is known color: Ultramarine. HEX triplet: 1D, 18 and 99. RGB value is (29,24,153). Sum of RGB (Red+Green+Blue) = 29+24+153=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D1899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1899 is #E2E766. Grayscale: #272727. Windows color (decimal): -14870375 or 10033181. OLE color: 10033181.

HSL color Cylindrical-coordinate representation of color #1D1899: hue angle of 242.33º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D1899 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 29 24 153 -
CMYK 0.81 0.84 0 0.4
HSL 242.33º 0.73% 0.35% -
HSV(B) 242.33º 0.84% 0.6% -
XYZ 6.58 3.21 30.41 -
YUV 40.2 191.66 120.01 -
System Red Green Blue C M Y K H S L
Decimal 29 24 153 0.81 0.84 0 0.4 242.33 0.73 0.35
Hex 1D 18 99 51 54 0 28 F2 49 23
Octal 35 30 231 121 124 0 50 362 111 43
Binary 11101 11000 10011001 1010001 1010100 0 101000 11110010 1001001 100011

Color Harmonies of #1D1899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1899

Black with #1D1899

Text Example


Text Example

White with #1D1899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,24,153); }

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

background-color css

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

 a { background-color: rgb(29,24,153); }

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

border-color css

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

 span { border-color: rgb(29,24,153); }

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