Html Css Color HEX #1D2199 Ultramarine

📋 copy color: '#1D2199'

red 29 ◦ green 33 ◦ blue 153

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

Shades of Ultramarine #1D2199

Tints of Ultramarine #1D2199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 13.49%
G = 15.35%
B = 71.16%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D2199 (or 0x1D2199) is known color: Ultramarine. HEX triplet: 1D, 21 and 99. RGB value is (29,33,153). Sum of RGB (Red+Green+Blue) = 29+33+153=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D2199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2199 is #E2DE66. Grayscale: #2D2D2D. Windows color (decimal): -14868071 or 10035485. OLE color: 10035485.

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

Color convert

RGB 29 33 153 -
CMYK 0.81 0.78 0 0.4
HSL 238.06º 0.68% 0.36% -
HSV(B) 238.06º 0.81% 0.6% -
XYZ 6.8 3.65 30.48 -
YUV 45.48 188.67 116.24 -
System Red Green Blue C M Y K H S L
Decimal 29 33 153 0.81 0.78 0 0.4 238.06 0.68 0.36
Hex 1D 21 99 51 4E 0 28 EE 44 24
Octal 35 41 231 121 116 0 50 356 104 44
Binary 11101 100001 10011001 1010001 1001110 0 101000 11101110 1000100 100100

Color Harmonies of #1D2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2199

Black with #1D2199

Text Example


Text Example

White with #1D2199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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