Html Css Color HEX #1D13AC Ultramarine

📋 copy color: '#1D13AC'

red 29 ◦ green 19 ◦ blue 172

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

Shades of Ultramarine #1D13AC

Tints of Ultramarine #1D13AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 172 (67.58% from 255) = 78.18%

R = 13.18%
G = 8.64%
B = 78.18%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D13AC (or 0x1D13AC) is known color: Ultramarine. HEX triplet: 1D, 13 and AC. RGB value is (29,19,172). Sum of RGB (Red+Green+Blue) = 29+19+172=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #1D13AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D13AC is #E2EC53. Grayscale: #262626. Windows color (decimal): -14871636 or 11277085. OLE color: 11277085.

HSL color Cylindrical-coordinate representation of color #1D13AC: hue angle of 243.92º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D13AC is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 19 172 -
CMYK 0.83 0.89 0 0.33
HSL 243.92º 0.8% 0.37% -
HSV(B) 243.92º 0.89% 0.67% -
XYZ 8.19 3.71 39.31 -
YUV 39.43 202.81 120.56 -
System Red Green Blue C M Y K H S L
Decimal 29 19 172 0.83 0.89 0 0.33 243.92 0.8 0.37
Hex 1D 13 AC 53 59 0 21 F4 50 25
Octal 35 23 254 123 131 0 41 364 120 45
Binary 11101 10011 10101100 1010011 1011001 0 100001 11110100 1010000 100101

Color Harmonies of #1D13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D13AC

Black with #1D13AC

Text Example


Text Example

White with #1D13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,19,172); }

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

background-color css

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

 a { background-color: rgb(29,19,172); }

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

border-color css

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

 span { border-color: rgb(29,19,172); }

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