Html Css Color HEX #1D04AD Ultramarine

📋 copy color: '#1D04AD'

red 29 ◦ green 4 ◦ blue 173

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

Shades of Ultramarine #1D04AD

Tints of Ultramarine #1D04AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

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

R = 14.08%
G = 1.94%
B = 83.98%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D04AD (or 0x1D04AD) is known color: Ultramarine. HEX triplet: 1D, 04 and AD. RGB value is (29,4,173). Sum of RGB (Red+Green+Blue) = 29+4+173=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 173 (67.97% from 255 or 83.98% from 206); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D04AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D04AD is #E2FB52. Grayscale: #1E1E1E. Windows color (decimal): -14875475 or 11338781. OLE color: 11338781.

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

Color convert

RGB 29 4 173 -
CMYK 0.83 0.98 0 0.32
HSL 248.88º 0.95% 0.35% -
HSV(B) 248.88º 0.98% 0.68% -
XYZ 8.09 3.37 39.76 -
YUV 30.74 208.28 126.76 -
System Red Green Blue C M Y K H S L
Decimal 29 4 173 0.83 0.98 0 0.32 248.88 0.95 0.35
Hex 1D 4 AD 53 62 0 20 F9 5F 23
Octal 35 4 255 123 142 0 40 371 137 43
Binary 11101 100 10101101 1010011 1100010 0 100000 11111001 1011111 100011

Color Harmonies of #1D04AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D04AD

Black with #1D04AD

Text Example


Text Example

White with #1D04AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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