Html Css Color HEX #1D00A9 Ultramarine

📋 copy color: '#1D00A9'

red 29 ◦ green 0 ◦ blue 169

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

Shades of Ultramarine #1D00A9

Tints of Ultramarine #1D00A9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 169 (66.41% from 255) = 85.35%

R = 14.65%
G = 0%
B = 85.35%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1D00A9 (or 0x1D00A9) is known color: Ultramarine. HEX triplet: 1D, 00 and A9. RGB value is (29,0,169). Sum of RGB (Red+Green+Blue) = 29+0+169=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 169 (66.41% from 255 or 85.35% from 198); Max value from RGB is 169 - color contains mainly: blue. Hex color #1D00A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D00A9 is #E2FF56. Grayscale: #1B1B1B. Windows color (decimal): -14876503 or 11075613. OLE color: 11075613.

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

Color convert

RGB 29 0 169 -
CMYK 0.83 1 0 0.34
HSL 250.3º 1% 0.33% -
HSV(B) 250.3º 1% 0.66% -
XYZ 7.67 3.13 37.74 -
YUV 27.94 207.61 128.76 -
System Red Green Blue C M Y K H S L
Decimal 29 0 169 0.83 1 0 0.34 250.3 1 0.33
Hex 1D 0 A9 53 64 0 22 FA 64 21
Octal 35 0 251 123 144 0 42 372 144 41
Binary 11101 0 10101001 1010011 1100100 0 100010 11111010 1100100 100001

Color Harmonies of #1D00A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D00A9

Black with #1D00A9

Text Example


Text Example

White with #1D00A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,0,169); }

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

background-color css

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

 a { background-color: rgb(29,0,169); }

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

border-color css

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

 span { border-color: rgb(29,0,169); }

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