Html Css Color HEX #1D12AB Ultramarine

📋 copy color: '#1D12AB'

red 29 ◦ green 18 ◦ blue 171

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

Shades of Ultramarine #1D12AB

Tints of Ultramarine #1D12AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

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

R = 13.3%
G = 8.26%
B = 78.44%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D12AB (or 0x1D12AB) is known color: Ultramarine. HEX triplet: 1D, 12 and AB. RGB value is (29,18,171). Sum of RGB (Red+Green+Blue) = 29+18+171=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D12AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D12AB is #E2ED54. Grayscale: #262626. Windows color (decimal): -14871893 or 11211293. OLE color: 11211293.

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

Color convert

RGB 29 18 171 -
CMYK 0.83 0.89 0 0.33
HSL 244.31º 0.81% 0.37% -
HSV(B) 244.31º 0.89% 0.67% -
XYZ 8.07 3.63 38.8 -
YUV 38.73 202.64 121.06 -
System Red Green Blue C M Y K H S L
Decimal 29 18 171 0.83 0.89 0 0.33 244.31 0.81 0.37
Hex 1D 12 AB 53 59 0 21 F4 51 25
Octal 35 22 253 123 131 0 41 364 121 45
Binary 11101 10010 10101011 1010011 1011001 0 100001 11110100 1010001 100101

Color Harmonies of #1D12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D12AB

Black with #1D12AB

Text Example


Text Example

White with #1D12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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