Html Css Color HEX #1D1085 Ultramarine

📋 copy color: '#1D1085'

red 29 ◦ green 16 ◦ blue 133

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

Shades of Ultramarine #1D1085

Tints of Ultramarine #1D1085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.99%

 BLUE value IS 133 (52.34% from 255) = 74.72%

R = 16.29%
G = 8.99%
B = 74.72%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1D1085 (or 0x1D1085) is known color: Ultramarine. HEX triplet: 1D, 10 and 85. RGB value is (29,16,133). Sum of RGB (Red+Green+Blue) = 29+16+133=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 133 (52.34% from 255 or 74.72% from 178); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1085 is #E2EF7A. Grayscale: #202020. Windows color (decimal): -14872443 or 8720413. OLE color: 8720413.

HSL color Cylindrical-coordinate representation of color #1D1085: hue angle of 246.67º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D1085 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 29 16 133 -
CMYK 0.78 0.88 0 0.48
HSL 246.67º 0.79% 0.29% -
HSV(B) 246.67º 0.88% 0.52% -
XYZ 4.93 2.33 22.38 -
YUV 33.23 184.31 124.99 -
System Red Green Blue C M Y K H S L
Decimal 29 16 133 0.78 0.88 0 0.48 246.67 0.79 0.29
Hex 1D 10 85 4E 58 0 30 F7 4F 1D
Octal 35 20 205 116 130 0 60 367 117 35
Binary 11101 10000 10000101 1001110 1011000 0 110000 11110111 1001111 11101

Color Harmonies of #1D1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1085

Black with #1D1085

Text Example


Text Example

White with #1D1085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,16,133); }

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

background-color css

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

 a { background-color: rgb(29,16,133); }

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

border-color css

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

 span { border-color: rgb(29,16,133); }

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