Html Css Color HEX #1D129E Ultramarine

📋 copy color: '#1D129E'

red 29 ◦ green 18 ◦ blue 158

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

Shades of Ultramarine #1D129E

Tints of Ultramarine #1D129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

 BLUE value IS 158 (62.11% from 255) = 77.07%

R = 14.15%
G = 8.78%
B = 77.07%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D129E (or 0x1D129E) is known color: Ultramarine. HEX triplet: 1D, 12 and 9E. RGB value is (29,18,158). Sum of RGB (Red+Green+Blue) = 29+18+158=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D129E is #E2ED61. Grayscale: #242424. Windows color (decimal): -14871906 or 10359325. OLE color: 10359325.

HSL color Cylindrical-coordinate representation of color #1D129E: hue angle of 244.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D129E is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 18 158 -
CMYK 0.82 0.89 0 0.38
HSL 244.71º 0.8% 0.35% -
HSV(B) 244.71º 0.89% 0.62% -
XYZ 6.89 3.16 32.59 -
YUV 37.25 196.14 122.12 -
System Red Green Blue C M Y K H S L
Decimal 29 18 158 0.82 0.89 0 0.38 244.71 0.8 0.35
Hex 1D 12 9E 52 59 0 26 F5 50 23
Octal 35 22 236 122 131 0 46 365 120 43
Binary 11101 10010 10011110 1010010 1011001 0 100110 11110101 1010000 100011

Color Harmonies of #1D129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D129E

Black with #1D129E

Text Example


Text Example

White with #1D129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,18,158); }

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

background-color css

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

 a { background-color: rgb(29,18,158); }

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

border-color css

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

 span { border-color: rgb(29,18,158); }

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