Html Css Color HEX #1D188D Ultramarine

📋 copy color: '#1D188D'

red 29 ◦ green 24 ◦ blue 141

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

Shades of Ultramarine #1D188D

Tints of Ultramarine #1D188D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 72.68%

R = 14.95%
G = 12.37%
B = 72.68%

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D188D (or 0x1D188D) is known color: Ultramarine. HEX triplet: 1D, 18 and 8D. RGB value is (29,24,141). Sum of RGB (Red+Green+Blue) = 29+24+141=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D188D is #E2E772. Grayscale: #262626. Windows color (decimal): -14870387 or 9246749. OLE color: 9246749.

HSL color Cylindrical-coordinate representation of color #1D188D: hue angle of 242.56º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D188D is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 24 141 -
CMYK 0.79 0.83 0 0.45
HSL 242.56º 0.71% 0.32% -
HSV(B) 242.56º 0.83% 0.55% -
XYZ 5.64 2.84 25.45 -
YUV 38.83 185.66 120.99 -
System Red Green Blue C M Y K H S L
Decimal 29 24 141 0.79 0.83 0 0.45 242.56 0.71 0.32
Hex 1D 18 8D 4F 53 0 2D F3 47 20
Octal 35 30 215 117 123 0 55 363 107 40
Binary 11101 11000 10001101 1001111 1010011 0 101101 11110011 1000111 100000

Color Harmonies of #1D188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D188D

Black with #1D188D

Text Example


Text Example

White with #1D188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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