Html Css Color HEX #1D018A Ultramarine

📋 copy color: '#1D018A'

red 29 ◦ green 1 ◦ blue 138

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

Shades of Ultramarine #1D018A

Tints of Ultramarine #1D018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 138 (54.3% from 255) = 82.14%

R = 17.26%
G = 0.6%
B = 82.14%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D018A (or 0x1D018A) is known color: Ultramarine. HEX triplet: 1D, 01 and 8A. RGB value is (29,1,138). Sum of RGB (Red+Green+Blue) = 29+1+138=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 138 (54.30% from 255 or 82.14% from 168); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D018A is #E2FE75. Grayscale: #181818. Windows color (decimal): -14876278 or 9044253. OLE color: 9044253.

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

Color convert

RGB 29 1 138 -
CMYK 0.79 0.99 0 0.46
HSL 252.26º 0.99% 0.27% -
HSV(B) 252.26º 0.99% 0.54% -
XYZ 5.1 2.12 24.18 -
YUV 24.99 191.78 130.86 -
System Red Green Blue C M Y K H S L
Decimal 29 1 138 0.79 0.99 0 0.46 252.26 0.99 0.27
Hex 1D 1 8A 4F 63 0 2E FC 63 1B
Octal 35 1 212 117 143 0 56 374 143 33
Binary 11101 1 10001010 1001111 1100011 0 101110 11111100 1100011 11011

Color Harmonies of #1D018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D018A

Black with #1D018A

Text Example


Text Example

White with #1D018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,1,138); }

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

background-color css

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

 a { background-color: rgb(29,1,138); }

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

border-color css

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

 span { border-color: rgb(29,1,138); }

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