Html Css Color HEX #1D049D Ultramarine

📋 copy color: '#1D049D'

red 29 ◦ green 4 ◦ blue 157

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

Shades of Ultramarine #1D049D

Tints of Ultramarine #1D049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 82.63%

R = 15.26%
G = 2.11%
B = 82.63%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D049D (or 0x1D049D) is known color: Ultramarine. HEX triplet: 1D, 04 and 9D. RGB value is (29,4,157). Sum of RGB (Red+Green+Blue) = 29+4+157=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 157 (61.72% from 255 or 82.63% from 190); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D049D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D049D is #E2FB62. Grayscale: #1C1C1C. Windows color (decimal): -14875491 or 10290205. OLE color: 10290205.

HSL color Cylindrical-coordinate representation of color #1D049D: hue angle of 249.8º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D049D is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 4 157 -
CMYK 0.82 0.97 0 0.38
HSL 249.8º 0.95% 0.32% -
HSV(B) 249.8º 0.97% 0.62% -
XYZ 6.64 2.78 32.09 -
YUV 28.92 200.28 128.06 -
System Red Green Blue C M Y K H S L
Decimal 29 4 157 0.82 0.97 0 0.38 249.8 0.95 0.32
Hex 1D 4 9D 52 61 0 26 FA 5F 20
Octal 35 4 235 122 141 0 46 372 137 40
Binary 11101 100 10011101 1010010 1100001 0 100110 11111010 1011111 100000

Color Harmonies of #1D049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D049D

Black with #1D049D

Text Example


Text Example

White with #1D049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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