Html Css Color HEX #1D037C Ultramarine

📋 copy color: '#1D037C'

red 29 ◦ green 3 ◦ blue 124

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

Shades of Ultramarine #1D037C

Tints of Ultramarine #1D037C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 79.49%

R = 18.59%
G = 1.92%
B = 79.49%

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

#1D037C (or 0x1D037C) is known color: Ultramarine. HEX triplet: 1D, 03 and 7C. RGB value is (29,3,124). Sum of RGB (Red+Green+Blue) = 29+3+124=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 124 (48.83% from 255 or 79.49% from 156); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D037C is #E2FC83. Grayscale: #181818. Windows color (decimal): -14875780 or 8127261. OLE color: 8127261.

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

Color convert

RGB 29 3 124 -
CMYK 0.77 0.98 0 0.51
HSL 252.89º 0.95% 0.25% -
HSV(B) 252.89º 0.98% 0.49% -
XYZ 4.18 1.78 19.19 -
YUV 24.57 184.11 131.16 -
System Red Green Blue C M Y K H S L
Decimal 29 3 124 0.77 0.98 0 0.51 252.89 0.95 0.25
Hex 1D 3 7C 4D 62 0 33 FD 5F 19
Octal 35 3 174 115 142 0 63 375 137 31
Binary 11101 11 1111100 1001101 1100010 0 110011 11111101 1011111 11001

Color Harmonies of #1D037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D037C

Black with #1D037C

Text Example


Text Example

White with #1D037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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