Html Css Color HEX #1D148E Ultramarine

📋 copy color: '#1D148E'

red 29 ◦ green 20 ◦ blue 142

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

Shades of Ultramarine #1D148E

Tints of Ultramarine #1D148E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.47%

 BLUE value IS 142 (55.86% from 255) = 74.35%

R = 15.18%
G = 10.47%
B = 74.35%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1D148E (or 0x1D148E) is known color: Ultramarine. HEX triplet: 1D, 14 and 8E. RGB value is (29,20,142). Sum of RGB (Red+Green+Blue) = 29+20+142=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 142 (55.86% from 255 or 74.35% from 191); Max value from RGB is 142 - color contains mainly: blue. Hex color #1D148E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D148E is #E2EB71. Grayscale: #242424. Windows color (decimal): -14871410 or 9311261. OLE color: 9311261.

HSL color Cylindrical-coordinate representation of color #1D148E: hue angle of 244.43º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D148E is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 29 20 142 -
CMYK 0.80 0.86 0 0.44
HSL 244.43º 0.75% 0.32% -
HSV(B) 244.43º 0.86% 0.56% -
XYZ 5.64 2.71 25.82 -
YUV 36.6 187.48 122.58 -
System Red Green Blue C M Y K H S L
Decimal 29 20 142 0.80 0.86 0 0.44 244.43 0.75 0.32
Hex 1D 14 8E 50 56 0 2C F4 4B 20
Octal 35 24 216 120 126 0 54 364 113 40
Binary 11101 10100 10001110 1010000 1010110 0 101100 11110100 1001011 100000

Color Harmonies of #1D148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D148E

Black with #1D148E

Text Example


Text Example

White with #1D148E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,20,142); }

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

background-color css

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

 a { background-color: rgb(29,20,142); }

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

border-color css

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

 span { border-color: rgb(29,20,142); }

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