Html Css Color HEX #1D048A Ultramarine

📋 copy color: '#1D048A'

red 29 ◦ green 4 ◦ blue 138

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

Shades of Ultramarine #1D048A

Tints of Ultramarine #1D048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 80.7%

R = 16.96%
G = 2.34%
B = 80.7%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D048A (or 0x1D048A) is known color: Ultramarine. HEX triplet: 1D, 04 and 8A. RGB value is (29,4,138). Sum of RGB (Red+Green+Blue) = 29+4+138=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D048A is #E2FB75. Grayscale: #1A1A1A. Windows color (decimal): -14875510 or 9045021. OLE color: 9045021.

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

Color convert

RGB 29 4 138 -
CMYK 0.79 0.97 0 0.46
HSL 251.19º 0.94% 0.28% -
HSV(B) 251.19º 0.97% 0.54% -
XYZ 5.14 2.18 24.2 -
YUV 26.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 29 4 138 0.79 0.97 0 0.46 251.19 0.94 0.28
Hex 1D 4 8A 4F 61 0 2E FB 5E 1C
Octal 35 4 212 117 141 0 56 373 136 34
Binary 11101 100 10001010 1001111 1100001 0 101110 11111011 1011110 11100

Color Harmonies of #1D048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D048A

Black with #1D048A

Text Example


Text Example

White with #1D048A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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