Html Css Color HEX #1D059D Ultramarine

📋 copy color: '#1D059D'

red 29 ◦ green 5 ◦ blue 157

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

Shades of Ultramarine #1D059D

Tints of Ultramarine #1D059D

RGB

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

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

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

R = 15.18%
G = 2.62%
B = 82.2%

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

#1D059D (or 0x1D059D) is known color: Ultramarine. HEX triplet: 1D, 05 and 9D. RGB value is (29,5,157). Sum of RGB (Red+Green+Blue) = 29+5+157=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 157 (61.72% from 255 or 82.20% from 191); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D059D is #E2FA62. Grayscale: #1C1C1C. Windows color (decimal): -14875235 or 10290461. OLE color: 10290461.

HSL color Cylindrical-coordinate representation of color #1D059D: hue angle of 249.47º 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 #1D059D is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 5 157 -
CMYK 0.82 0.97 0 0.38
HSL 249.47º 0.94% 0.32% -
HSV(B) 249.47º 0.97% 0.62% -
XYZ 6.65 2.8 32.09 -
YUV 29.5 199.95 127.64 -
System Red Green Blue C M Y K H S L
Decimal 29 5 157 0.82 0.97 0 0.38 249.47 0.94 0.32
Hex 1D 5 9D 52 61 0 26 F9 5E 20
Octal 35 5 235 122 141 0 46 371 136 40
Binary 11101 101 10011101 1010010 1100001 0 100110 11111001 1011110 100000

Color Harmonies of #1D059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D059D

Black with #1D059D

Text Example


Text Example

White with #1D059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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