Html Css Color HEX #1D0AAE Ultramarine

📋 copy color: '#1D0AAE'

red 29 ◦ green 10 ◦ blue 174

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

Shades of Ultramarine #1D0AAE

Tints of Ultramarine #1D0AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.69%

 BLUE value IS 174 (68.36% from 255) = 81.69%

R = 13.62%
G = 4.69%
B = 81.69%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D0AAE (or 0x1D0AAE) is known color: Ultramarine. HEX triplet: 1D, 0A and AE. RGB value is (29,10,174). Sum of RGB (Red+Green+Blue) = 29+10+174=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 174 (68.36% from 255 or 81.69% from 213); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D0AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0AAE is #E2F551. Grayscale: #212121. Windows color (decimal): -14873938 or 11405853. OLE color: 11405853.

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

Color convert

RGB 29 10 174 -
CMYK 0.83 0.94 0 0.32
HSL 246.95º 0.89% 0.36% -
HSV(B) 246.95º 0.94% 0.68% -
XYZ 8.26 3.53 40.29 -
YUV 34.38 206.79 124.16 -
System Red Green Blue C M Y K H S L
Decimal 29 10 174 0.83 0.94 0 0.32 246.95 0.89 0.36
Hex 1D A AE 53 5E 0 20 F7 59 24
Octal 35 12 256 123 136 0 40 367 131 44
Binary 11101 1010 10101110 1010011 1011110 0 100000 11110111 1011001 100100

Color Harmonies of #1D0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0AAE

Black with #1D0AAE

Text Example


Text Example

White with #1D0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,10,174); }

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

background-color css

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

 a { background-color: rgb(29,10,174); }

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

border-color css

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

 span { border-color: rgb(29,10,174); }

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