Html Css Color HEX #1D037D Ultramarine

📋 copy color: '#1D037D'

red 29 ◦ green 3 ◦ blue 125

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

Shades of Ultramarine #1D037D

Tints of Ultramarine #1D037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 79.62%

R = 18.47%
G = 1.91%
B = 79.62%

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

#1D037D (or 0x1D037D) is known color: Ultramarine. HEX triplet: 1D, 03 and 7D. RGB value is (29,3,125). Sum of RGB (Red+Green+Blue) = 29+3+125=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 125 (49.22% from 255 or 79.62% from 157); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D037D is #E2FC82. Grayscale: #181818. Windows color (decimal): -14875779 or 8192797. OLE color: 8192797.

HSL color Cylindrical-coordinate representation of color #1D037D: hue angle of 252.79º 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 #1D037D is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 3 125 -
CMYK 0.77 0.98 0 0.51
HSL 252.79º 0.95% 0.25% -
HSV(B) 252.79º 0.98% 0.49% -
XYZ 4.24 1.81 19.53 -
YUV 24.68 184.61 131.08 -
System Red Green Blue C M Y K H S L
Decimal 29 3 125 0.77 0.98 0 0.51 252.79 0.95 0.25
Hex 1D 3 7D 4D 62 0 33 FD 5F 19
Octal 35 3 175 115 142 0 63 375 137 31
Binary 11101 11 1111101 1001101 1100010 0 110011 11111101 1011111 11001

Color Harmonies of #1D037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D037D

Black with #1D037D

Text Example


Text Example

White with #1D037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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