Html Css Color HEX #1D189E Ultramarine

📋 copy color: '#1D189E'

red 29 ◦ green 24 ◦ blue 158

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

Shades of Ultramarine #1D189E

Tints of Ultramarine #1D189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

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

R = 13.74%
G = 11.37%
B = 74.88%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D189E (or 0x1D189E) is known color: Ultramarine. HEX triplet: 1D, 18 and 9E. RGB value is (29,24,158). Sum of RGB (Red+Green+Blue) = 29+24+158=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D189E is #E2E761. Grayscale: #282828. Windows color (decimal): -14870370 or 10360861. OLE color: 10360861.

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

Color convert

RGB 29 24 158 -
CMYK 0.82 0.85 0 0.38
HSL 242.24º 0.74% 0.36% -
HSV(B) 242.24º 0.85% 0.62% -
XYZ 7 3.38 32.63 -
YUV 40.77 194.16 119.6 -
System Red Green Blue C M Y K H S L
Decimal 29 24 158 0.82 0.85 0 0.38 242.24 0.74 0.36
Hex 1D 18 9E 52 55 0 26 F2 4A 24
Octal 35 30 236 122 125 0 46 362 112 44
Binary 11101 11000 10011110 1010010 1010101 0 100110 11110010 1001010 100100

Color Harmonies of #1D189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D189E

Black with #1D189E

Text Example


Text Example

White with #1D189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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