Html Css Color HEX #1D0391 Ultramarine

📋 copy color: '#1D0391'

red 29 ◦ green 3 ◦ blue 145

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

Shades of Ultramarine #1D0391

Tints of Ultramarine #1D0391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 81.92%

R = 16.38%
G = 1.69%
B = 81.92%

CMYK

 C value IS 0.8

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1D0391 (or 0x1D0391) is known color: Ultramarine. HEX triplet: 1D, 03 and 91. RGB value is (29,3,145). Sum of RGB (Red+Green+Blue) = 29+3+145=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D0391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0391 is #E2FC6E. Grayscale: #1A1A1A. Windows color (decimal): -14875759 or 9503517. OLE color: 9503517.

HSL color Cylindrical-coordinate representation of color #1D0391: hue angle of 250.99º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0391 is Cyan = 0.8, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 3 145 -
CMYK 0.8 0.98 0 0.43
HSL 250.99º 0.96% 0.29% -
HSV(B) 250.99º 0.98% 0.57% -
XYZ 5.65 2.37 26.95 -
YUV 26.96 194.61 129.45 -
System Red Green Blue C M Y K H S L
Decimal 29 3 145 0.8 0.98 0 0.43 250.99 0.96 0.29
Hex 1D 3 91 50 62 0 2B FB 60 1D
Octal 35 3 221 120 142 0 53 373 140 35
Binary 11101 11 10010001 1010000 1100010 0 101011 11111011 1100000 11101

Color Harmonies of #1D0391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0391

Black with #1D0391

Text Example


Text Example

White with #1D0391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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