Html Css Color HEX #1D0291 Ultramarine

📋 copy color: '#1D0291'

red 29 ◦ green 2 ◦ blue 145

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

Shades of Ultramarine #1D0291

Tints of Ultramarine #1D0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 16.48%
G = 1.14%
B = 82.39%

CMYK

 C value IS 0.8

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1D0291 (or 0x1D0291) is known color: Ultramarine. HEX triplet: 1D, 02 and 91. RGB value is (29,2,145). Sum of RGB (Red+Green+Blue) = 29+2+145=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 145 (57.03% from 255 or 82.39% from 176); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D0291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0291 is #E2FD6E. Grayscale: #191919. Windows color (decimal): -14876015 or 9503261. OLE color: 9503261.

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

Color convert

RGB 29 2 145 -
CMYK 0.8 0.99 0 0.43
HSL 251.33º 0.97% 0.29% -
HSV(B) 251.33º 0.99% 0.57% -
XYZ 5.64 2.35 26.94 -
YUV 26.38 194.95 129.87 -
System Red Green Blue C M Y K H S L
Decimal 29 2 145 0.8 0.99 0 0.43 251.33 0.97 0.29
Hex 1D 2 91 50 63 0 2B FB 61 1D
Octal 35 2 221 120 143 0 53 373 141 35
Binary 11101 10 10010001 1010000 1100011 0 101011 11111011 1100001 11101

Color Harmonies of #1D0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0291

Black with #1D0291

Text Example


Text Example

White with #1D0291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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