Html Css Color HEX #1D037E Ultramarine

📋 copy color: '#1D037E'

red 29 ◦ green 3 ◦ blue 126

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

Shades of Ultramarine #1D037E

Tints of Ultramarine #1D037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.9%

 BLUE value IS 126 (49.61% from 255) = 79.75%

R = 18.35%
G = 1.9%
B = 79.75%

CMYK

 C value IS 0.77

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D037E (or 0x1D037E) is known color: Ultramarine. HEX triplet: 1D, 03 and 7E. RGB value is (29,3,126). Sum of RGB (Red+Green+Blue) = 29+3+126=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 126 (49.61% from 255 or 79.75% from 158); Max value from RGB is 126 - color contains mainly: blue. Hex color #1D037E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D037E is #E2FC81. Grayscale: #181818. Windows color (decimal): -14875778 or 8258333. OLE color: 8258333.

HSL color Cylindrical-coordinate representation of color #1D037E: hue angle of 252.68º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D037E is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 3 126 -
CMYK 0.77 0.98 0 0.51
HSL 252.68º 0.95% 0.25% -
HSV(B) 252.68º 0.98% 0.49% -
XYZ 4.31 1.83 19.87 -
YUV 24.8 185.11 131 -
System Red Green Blue C M Y K H S L
Decimal 29 3 126 0.77 0.98 0 0.51 252.68 0.95 0.25
Hex 1D 3 7E 4D 62 0 33 FD 5F 19
Octal 35 3 176 115 142 0 63 375 137 31
Binary 11101 11 1111110 1001101 1100010 0 110011 11111101 1011111 11001

Color Harmonies of #1D037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D037E

Black with #1D037E

Text Example


Text Example

White with #1D037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,3,126); }

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

background-color css

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

 a { background-color: rgb(29,3,126); }

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

border-color css

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

 span { border-color: rgb(29,3,126); }

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