Html Css Color HEX #1D048D Ultramarine

📋 copy color: '#1D048D'

red 29 ◦ green 4 ◦ blue 141

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

Shades of Ultramarine #1D048D

Tints of Ultramarine #1D048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 81.03%

R = 16.67%
G = 2.3%
B = 81.03%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D048D (or 0x1D048D) is known color: Ultramarine. HEX triplet: 1D, 04 and 8D. RGB value is (29,4,141). Sum of RGB (Red+Green+Blue) = 29+4+141=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 141 (55.47% from 255 or 81.03% from 174); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D048D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D048D is #E2FB72. Grayscale: #1A1A1A. Windows color (decimal): -14875507 or 9241629. OLE color: 9241629.

HSL color Cylindrical-coordinate representation of color #1D048D: hue angle of 250.95º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D048D is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 4 141 -
CMYK 0.79 0.97 0 0.45
HSL 250.95º 0.94% 0.28% -
HSV(B) 250.95º 0.97% 0.55% -
XYZ 5.36 2.27 25.36 -
YUV 27.09 192.28 129.36 -
System Red Green Blue C M Y K H S L
Decimal 29 4 141 0.79 0.97 0 0.45 250.95 0.94 0.28
Hex 1D 4 8D 4F 61 0 2D FB 5E 1C
Octal 35 4 215 117 141 0 55 373 136 34
Binary 11101 100 10001101 1001111 1100001 0 101101 11111011 1011110 11100

Color Harmonies of #1D048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D048D

Black with #1D048D

Text Example


Text Example

White with #1D048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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