Html Css Color HEX #1D019D Ultramarine

📋 copy color: '#1D019D'

red 29 ◦ green 1 ◦ blue 157

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

Shades of Ultramarine #1D019D

Tints of Ultramarine #1D019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 83.96%

R = 15.51%
G = 0.53%
B = 83.96%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D019D (or 0x1D019D) is known color: Ultramarine. HEX triplet: 1D, 01 and 9D. RGB value is (29,1,157). Sum of RGB (Red+Green+Blue) = 29+1+157=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 157 (61.72% from 255 or 83.96% from 187); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D019D is #E2FE62. Grayscale: #1A1A1A. Windows color (decimal): -14876259 or 10289437. OLE color: 10289437.

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

Color convert

RGB 29 1 157 -
CMYK 0.82 0.99 0 0.38
HSL 250.77º 0.99% 0.31% -
HSV(B) 250.77º 0.99% 0.62% -
XYZ 6.6 2.72 32.07 -
YUV 27.16 201.28 129.32 -
System Red Green Blue C M Y K H S L
Decimal 29 1 157 0.82 0.99 0 0.38 250.77 0.99 0.31
Hex 1D 1 9D 52 63 0 26 FB 63 1F
Octal 35 1 235 122 143 0 46 373 143 37
Binary 11101 1 10011101 1010010 1100011 0 100110 11111011 1100011 11111

Color Harmonies of #1D019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D019D

Black with #1D019D

Text Example


Text Example

White with #1D019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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