Html Css Color HEX #1D057D Ultramarine

📋 copy color: '#1D057D'

red 29 ◦ green 5 ◦ blue 125

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

Shades of Ultramarine #1D057D

Tints of Ultramarine #1D057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 78.62%

R = 18.24%
G = 3.14%
B = 78.62%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D057D (or 0x1D057D) is known color: Ultramarine. HEX triplet: 1D, 05 and 7D. RGB value is (29,5,125). Sum of RGB (Red+Green+Blue) = 29+5+125=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D057D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D057D is #E2FA82. Grayscale: #191919. Windows color (decimal): -14875267 or 8193309. OLE color: 8193309.

HSL color Cylindrical-coordinate representation of color #1D057D: hue angle of 252º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D057D is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 5 125 -
CMYK 0.77 0.96 0 0.51
HSL 252º 0.92% 0.25% -
HSV(B) 252º 0.96% 0.49% -
XYZ 4.26 1.85 19.53 -
YUV 25.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 29 5 125 0.77 0.96 0 0.51 252 0.92 0.25
Hex 1D 5 7D 4D 60 0 33 FC 5C 19
Octal 35 5 175 115 140 0 63 374 134 31
Binary 11101 101 1111101 1001101 1100000 0 110011 11111100 1011100 11001

Color Harmonies of #1D057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D057D

Black with #1D057D

Text Example


Text Example

White with #1D057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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