Html Css Color HEX #1D14AD Ultramarine

📋 copy color: '#1D14AD'

red 29 ◦ green 20 ◦ blue 173

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

Shades of Ultramarine #1D14AD

Tints of Ultramarine #1D14AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.01%

 BLUE value IS 173 (67.97% from 255) = 77.93%

R = 13.06%
G = 9.01%
B = 77.93%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D14AD (or 0x1D14AD) is known color: Ultramarine. HEX triplet: 1D, 14 and AD. RGB value is (29,20,173). Sum of RGB (Red+Green+Blue) = 29+20+173=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D14AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D14AD is #E2EB52. Grayscale: #272727. Windows color (decimal): -14871379 or 11342877. OLE color: 11342877.

HSL color Cylindrical-coordinate representation of color #1D14AD: hue angle of 243.53º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D14AD is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 20 173 -
CMYK 0.83 0.88 0 0.32
HSL 243.53º 0.79% 0.38% -
HSV(B) 243.53º 0.88% 0.68% -
XYZ 8.3 3.78 39.83 -
YUV 40.13 202.98 120.06 -
System Red Green Blue C M Y K H S L
Decimal 29 20 173 0.83 0.88 0 0.32 243.53 0.79 0.38
Hex 1D 14 AD 53 58 0 20 F4 4F 26
Octal 35 24 255 123 130 0 40 364 117 46
Binary 11101 10100 10101101 1010011 1011000 0 100000 11110100 1001111 100110

Color Harmonies of #1D14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D14AD

Black with #1D14AD

Text Example


Text Example

White with #1D14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,20,173); }

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

background-color css

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

 a { background-color: rgb(29,20,173); }

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

border-color css

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

 span { border-color: rgb(29,20,173); }

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