Html Css Color HEX #1D0A89 Ultramarine

📋 copy color: '#1D0A89'

red 29 ◦ green 10 ◦ blue 137

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

Shades of Ultramarine #1D0A89

Tints of Ultramarine #1D0A89

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.68%

 BLUE value IS 137 (53.91% from 255) = 77.84%

R = 16.48%
G = 5.68%
B = 77.84%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D0A89 (or 0x1D0A89) is known color: Ultramarine. HEX triplet: 1D, 0A and 89. RGB value is (29,10,137). Sum of RGB (Red+Green+Blue) = 29+10+137=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D0A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0A89 is #E2F576. Grayscale: #1D1D1D. Windows color (decimal): -14873975 or 8981021. OLE color: 8981021.

HSL color Cylindrical-coordinate representation of color #1D0A89: hue angle of 248.98º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0A89 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 10 137 -
CMYK 0.79 0.93 0 0.46
HSL 248.98º 0.86% 0.29% -
HSV(B) 248.98º 0.93% 0.54% -
XYZ 5.13 2.28 23.84 -
YUV 30.16 188.29 127.17 -
System Red Green Blue C M Y K H S L
Decimal 29 10 137 0.79 0.93 0 0.46 248.98 0.86 0.29
Hex 1D A 89 4F 5D 0 2E F9 56 1D
Octal 35 12 211 117 135 0 56 371 126 35
Binary 11101 1010 10001001 1001111 1011101 0 101110 11111001 1010110 11101

Color Harmonies of #1D0A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0A89

Black with #1D0A89

Text Example


Text Example

White with #1D0A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,10,137); }

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

background-color css

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

 a { background-color: rgb(29,10,137); }

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

border-color css

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

 span { border-color: rgb(29,10,137); }

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