Html Css Color HEX #1D019C Ultramarine

📋 copy color: '#1D019C'

red 29 ◦ green 1 ◦ blue 156

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

Shades of Ultramarine #1D019C

Tints of Ultramarine #1D019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 83.87%

R = 15.59%
G = 0.54%
B = 83.87%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D019C (or 0x1D019C) is known color: Ultramarine. HEX triplet: 1D, 01 and 9C. RGB value is (29,1,156). Sum of RGB (Red+Green+Blue) = 29+1+156=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 156 (61.33% from 255 or 83.87% from 186); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D019C is #E2FE63. Grayscale: #1A1A1A. Windows color (decimal): -14876260 or 10223901. OLE color: 10223901.

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

Color convert

RGB 29 1 156 -
CMYK 0.81 0.99 0 0.39
HSL 250.84º 0.99% 0.31% -
HSV(B) 250.84º 0.99% 0.61% -
XYZ 6.52 2.68 31.63 -
YUV 27.04 200.78 129.4 -
System Red Green Blue C M Y K H S L
Decimal 29 1 156 0.81 0.99 0 0.39 250.84 0.99 0.31
Hex 1D 1 9C 51 63 0 27 FB 63 1F
Octal 35 1 234 121 143 0 47 373 143 37
Binary 11101 1 10011100 1010001 1100011 0 100111 11111011 1100011 11111

Color Harmonies of #1D019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D019C

Black with #1D019C

Text Example


Text Example

White with #1D019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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