Html Css Color HEX #1D039A Ultramarine

📋 copy color: '#1D039A'

red 29 ◦ green 3 ◦ blue 154

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

Shades of Ultramarine #1D039A

Tints of Ultramarine #1D039A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 82.8%

R = 15.59%
G = 1.61%
B = 82.8%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1D039A (or 0x1D039A) is known color: Ultramarine. HEX triplet: 1D, 03 and 9A. RGB value is (29,3,154). Sum of RGB (Red+Green+Blue) = 29+3+154=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 154 (60.55% from 255 or 82.80% from 186); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D039A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D039A is #E2FC65. Grayscale: #1B1B1B. Windows color (decimal): -14875750 or 10093341. OLE color: 10093341.

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

Color convert

RGB 29 3 154 -
CMYK 0.81 0.98 0 0.40
HSL 250.33º 0.96% 0.31% -
HSV(B) 250.33º 0.98% 0.6% -
XYZ 6.37 2.66 30.75 -
YUV 27.99 199.11 128.72 -
System Red Green Blue C M Y K H S L
Decimal 29 3 154 0.81 0.98 0 0.40 250.33 0.96 0.31
Hex 1D 3 9A 51 62 0 28 FA 60 1F
Octal 35 3 232 121 142 0 50 372 140 37
Binary 11101 11 10011010 1010001 1100010 0 101000 11111010 1100000 11111

Color Harmonies of #1D039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D039A

Black with #1D039A

Text Example


Text Example

White with #1D039A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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