Html Css Color HEX #1D0483 Ultramarine

📋 copy color: '#1D0483'

red 29 ◦ green 4 ◦ blue 131

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

Shades of Ultramarine #1D0483

Tints of Ultramarine #1D0483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 79.88%

R = 17.68%
G = 2.44%
B = 79.88%

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

#1D0483 (or 0x1D0483) is known color: Ultramarine. HEX triplet: 1D, 04 and 83. RGB value is (29,4,131). Sum of RGB (Red+Green+Blue) = 29+4+131=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 131 (51.56% from 255 or 79.88% from 164); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D0483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0483 is #E2FB7C. Grayscale: #191919. Windows color (decimal): -14875517 or 8586269. OLE color: 8586269.

HSL color Cylindrical-coordinate representation of color #1D0483: hue angle of 251.81º 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 #1D0483 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 4 131 -
CMYK 0.78 0.97 0 0.49
HSL 251.81º 0.94% 0.26% -
HSV(B) 251.81º 0.97% 0.51% -
XYZ 4.65 1.99 21.61 -
YUV 25.95 187.28 130.17 -
System Red Green Blue C M Y K H S L
Decimal 29 4 131 0.78 0.97 0 0.49 251.81 0.94 0.26
Hex 1D 4 83 4E 61 0 31 FC 5E 1A
Octal 35 4 203 116 141 0 61 374 136 32
Binary 11101 100 10000011 1001110 1100001 0 110001 11111100 1011110 11010

Color Harmonies of #1D0483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0483

Black with #1D0483

Text Example


Text Example

White with #1D0483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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