Html Css Color HEX #1D0199 Ultramarine

📋 copy color: '#1D0199'

red 29 ◦ green 1 ◦ blue 153

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

Shades of Ultramarine #1D0199

Tints of Ultramarine #1D0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 15.85%
G = 0.55%
B = 83.61%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D0199 (or 0x1D0199) is known color: Ultramarine. HEX triplet: 1D, 01 and 99. RGB value is (29,1,153). Sum of RGB (Red+Green+Blue) = 29+1+153=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 153 (60.16% from 255 or 83.61% from 183); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D0199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0199 is #E2FE66. Grayscale: #1A1A1A. Windows color (decimal): -14876263 or 10027293. OLE color: 10027293.

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

Color convert

RGB 29 1 153 -
CMYK 0.81 0.99 0 0.4
HSL 251.05º 0.99% 0.3% -
HSV(B) 251.05º 0.99% 0.6% -
XYZ 6.27 2.58 30.31 -
YUV 26.7 199.28 129.64 -
System Red Green Blue C M Y K H S L
Decimal 29 1 153 0.81 0.99 0 0.4 251.05 0.99 0.3
Hex 1D 1 99 51 63 0 28 FB 63 1E
Octal 35 1 231 121 143 0 50 373 143 36
Binary 11101 1 10011001 1010001 1100011 0 101000 11111011 1100011 11110

Color Harmonies of #1D0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0199

Black with #1D0199

Text Example


Text Example

White with #1D0199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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