Html Css Color HEX #1D0888 Ultramarine

📋 copy color: '#1D0888'

red 29 ◦ green 8 ◦ blue 136

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

Shades of Ultramarine #1D0888

Tints of Ultramarine #1D0888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 136 (53.52% from 255) = 78.61%

R = 16.76%
G = 4.62%
B = 78.61%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1D0888 (or 0x1D0888) is known color: Ultramarine. HEX triplet: 1D, 08 and 88. RGB value is (29,8,136). Sum of RGB (Red+Green+Blue) = 29+8+136=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 136 (53.52% from 255 or 78.61% from 173); Max value from RGB is 136 - color contains mainly: blue. Hex color #1D0888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0888 is #E2F777. Grayscale: #1C1C1C. Windows color (decimal): -14874488 or 8914973. OLE color: 8914973.

HSL color Cylindrical-coordinate representation of color #1D0888: hue angle of 249.84º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0888 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 29 8 136 -
CMYK 0.79 0.94 0 0.47
HSL 249.84º 0.89% 0.28% -
HSV(B) 249.84º 0.94% 0.53% -
XYZ 5.04 2.21 23.45 -
YUV 28.87 188.46 128.09 -
System Red Green Blue C M Y K H S L
Decimal 29 8 136 0.79 0.94 0 0.47 249.84 0.89 0.28
Hex 1D 8 88 4F 5E 0 2F FA 59 1C
Octal 35 10 210 117 136 0 57 372 131 34
Binary 11101 1000 10001000 1001111 1011110 0 101111 11111010 1011001 11100

Color Harmonies of #1D0888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0888

Black with #1D0888

Text Example


Text Example

White with #1D0888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,8,136); }

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

background-color css

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

 a { background-color: rgb(29,8,136); }

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

border-color css

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

 span { border-color: rgb(29,8,136); }

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