Html Css Color HEX #1D10AB Ultramarine

📋 copy color: '#1D10AB'

red 29 ◦ green 16 ◦ blue 171

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

Shades of Ultramarine #1D10AB

Tints of Ultramarine #1D10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

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

R = 13.43%
G = 7.41%
B = 79.17%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D10AB (or 0x1D10AB) is known color: Ultramarine. HEX triplet: 1D, 10 and AB. RGB value is (29,16,171). Sum of RGB (Red+Green+Blue) = 29+16+171=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D10AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D10AB is #E2EF54. Grayscale: #242424. Windows color (decimal): -14872405 or 11210781. OLE color: 11210781.

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

Color convert

RGB 29 16 171 -
CMYK 0.83 0.91 0 0.33
HSL 245.03º 0.83% 0.37% -
HSV(B) 245.03º 0.91% 0.67% -
XYZ 8.04 3.57 38.79 -
YUV 37.56 203.31 121.9 -
System Red Green Blue C M Y K H S L
Decimal 29 16 171 0.83 0.91 0 0.33 245.03 0.83 0.37
Hex 1D 10 AB 53 5B 0 21 F5 53 25
Octal 35 20 253 123 133 0 41 365 123 45
Binary 11101 10000 10101011 1010011 1011011 0 100001 11110101 1010011 100101

Color Harmonies of #1D10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D10AB

Black with #1D10AB

Text Example


Text Example

White with #1D10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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