Html Css Color HEX #1D059F Ultramarine

📋 copy color: '#1D059F'

red 29 ◦ green 5 ◦ blue 159

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

Shades of Ultramarine #1D059F

Tints of Ultramarine #1D059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

 BLUE value IS 159 (62.5% from 255) = 82.38%

R = 15.03%
G = 2.59%
B = 82.38%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D059F (or 0x1D059F) is known color: Ultramarine. HEX triplet: 1D, 05 and 9F. RGB value is (29,5,159). Sum of RGB (Red+Green+Blue) = 29+5+159=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 159 (62.5% from 255 or 82.38% from 193); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D059F is #E2FA60. Grayscale: #1D1D1D. Windows color (decimal): -14875233 or 10421533. OLE color: 10421533.

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

Color convert

RGB 29 5 159 -
CMYK 0.82 0.97 0 0.38
HSL 249.35º 0.94% 0.32% -
HSV(B) 249.35º 0.97% 0.62% -
XYZ 6.82 2.87 33 -
YUV 29.73 200.95 127.48 -
System Red Green Blue C M Y K H S L
Decimal 29 5 159 0.82 0.97 0 0.38 249.35 0.94 0.32
Hex 1D 5 9F 52 61 0 26 F9 5E 20
Octal 35 5 237 122 141 0 46 371 136 40
Binary 11101 101 10011111 1010010 1100001 0 100110 11111001 1011110 100000

Color Harmonies of #1D059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D059F

Black with #1D059F

Text Example


Text Example

White with #1D059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,5,159); }

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

background-color css

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

 a { background-color: rgb(29,5,159); }

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

border-color css

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

 span { border-color: rgb(29,5,159); }

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