Html Css Color HEX #1D0482 Ultramarine

📋 copy color: '#1D0482'

red 29 ◦ green 4 ◦ blue 130

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

Shades of Ultramarine #1D0482

Tints of Ultramarine #1D0482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 79.75%

R = 17.79%
G = 2.45%
B = 79.75%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1D0482 (or 0x1D0482) is known color: Ultramarine. HEX triplet: 1D, 04 and 82. RGB value is (29,4,130). Sum of RGB (Red+Green+Blue) = 29+4+130=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 130 (51.17% from 255 or 79.75% from 163); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D0482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0482 is #E2FB7D. Grayscale: #191919. Windows color (decimal): -14875518 or 8520733. OLE color: 8520733.

HSL color Cylindrical-coordinate representation of color #1D0482: hue angle of 251.9º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0482 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 4 130 -
CMYK 0.78 0.97 0 0.49
HSL 251.9º 0.94% 0.26% -
HSV(B) 251.9º 0.97% 0.51% -
XYZ 4.58 1.96 21.26 -
YUV 25.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 29 4 130 0.78 0.97 0 0.49 251.9 0.94 0.26
Hex 1D 4 82 4E 61 0 31 FC 5E 1A
Octal 35 4 202 116 141 0 61 374 136 32
Binary 11101 100 10000010 1001110 1100001 0 110001 11111100 1011110 11010

Color Harmonies of #1D0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0482

Black with #1D0482

Text Example


Text Example

White with #1D0482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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