Html Css Color HEX #1D12A0 Ultramarine

📋 copy color: '#1D12A0'

red 29 ◦ green 18 ◦ blue 160

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

Shades of Ultramarine #1D12A0

Tints of Ultramarine #1D12A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 77.29%

R = 14.01%
G = 8.7%
B = 77.29%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1D12A0 (or 0x1D12A0) is known color: Ultramarine. HEX triplet: 1D, 12 and A0. RGB value is (29,18,160). Sum of RGB (Red+Green+Blue) = 29+18+160=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 160 (62.89% from 255 or 77.29% from 207); Max value from RGB is 160 - color contains mainly: blue. Hex color #1D12A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D12A0 is #E2ED5F. Grayscale: #242424. Windows color (decimal): -14871904 or 10490397. OLE color: 10490397.

HSL color Cylindrical-coordinate representation of color #1D12A0: hue angle of 244.65º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D12A0 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 29 18 160 -
CMYK 0.82 0.89 0 0.37
HSL 244.65º 0.8% 0.35% -
HSV(B) 244.65º 0.89% 0.63% -
XYZ 7.07 3.23 33.51 -
YUV 37.48 197.14 121.95 -
System Red Green Blue C M Y K H S L
Decimal 29 18 160 0.82 0.89 0 0.37 244.65 0.8 0.35
Hex 1D 12 A0 52 59 0 25 F5 50 23
Octal 35 22 240 122 131 0 45 365 120 43
Binary 11101 10010 10100000 1010010 1011001 0 100101 11110101 1010000 100011

Color Harmonies of #1D12A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D12A0

Black with #1D12A0

Text Example


Text Example

White with #1D12A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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