Html Css Color HEX #1D039D Ultramarine

📋 copy color: '#1D039D'

red 29 ◦ green 3 ◦ blue 157

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

Shades of Ultramarine #1D039D

Tints of Ultramarine #1D039D

RGB

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

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

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

R = 15.34%
G = 1.59%
B = 83.07%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D039D (or 0x1D039D) is known color: Ultramarine. HEX triplet: 1D, 03 and 9D. RGB value is (29,3,157). Sum of RGB (Red+Green+Blue) = 29+3+157=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 157 (61.72% from 255 or 83.07% from 189); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D039D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D039D is #E2FC62. Grayscale: #1B1B1B. Windows color (decimal): -14875747 or 10289949. OLE color: 10289949.

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

Color convert

RGB 29 3 157 -
CMYK 0.82 0.98 0 0.38
HSL 250.13º 0.96% 0.31% -
HSV(B) 250.13º 0.98% 0.62% -
XYZ 6.63 2.76 32.08 -
YUV 28.33 200.61 128.48 -
System Red Green Blue C M Y K H S L
Decimal 29 3 157 0.82 0.98 0 0.38 250.13 0.96 0.31
Hex 1D 3 9D 52 62 0 26 FA 60 1F
Octal 35 3 235 122 142 0 46 372 140 37
Binary 11101 11 10011101 1010010 1100010 0 100110 11111010 1100000 11111

Color Harmonies of #1D039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D039D

Black with #1D039D

Text Example


Text Example

White with #1D039D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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