Html Css Color HEX #1D01AB Ultramarine

📋 copy color: '#1D01AB'

red 29 ◦ green 1 ◦ blue 171

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

Shades of Ultramarine #1D01AB

Tints of Ultramarine #1D01AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 85.07%

R = 14.43%
G = 0.5%
B = 85.07%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D01AB (or 0x1D01AB) is known color: Ultramarine. HEX triplet: 1D, 01 and AB. RGB value is (29,1,171). Sum of RGB (Red+Green+Blue) = 29+1+171=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D01AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D01AB is #E2FE54. Grayscale: #1C1C1C. Windows color (decimal): -14876245 or 11206941. OLE color: 11206941.

HSL color Cylindrical-coordinate representation of color #1D01AB: hue angle of 249.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D01AB is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 1 171 -
CMYK 0.83 0.99 0 0.33
HSL 249.88º 0.99% 0.34% -
HSV(B) 249.88º 0.99% 0.67% -
XYZ 7.87 3.22 38.74 -
YUV 28.75 208.28 128.18 -
System Red Green Blue C M Y K H S L
Decimal 29 1 171 0.83 0.99 0 0.33 249.88 0.99 0.34
Hex 1D 1 AB 53 63 0 21 FA 63 22
Octal 35 1 253 123 143 0 41 372 143 42
Binary 11101 1 10101011 1010011 1100011 0 100001 11111010 1100011 100010

Color Harmonies of #1D01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D01AB

Black with #1D01AB

Text Example


Text Example

White with #1D01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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