Html Css Color HEX #1D0E93 Ultramarine

📋 copy color: '#1D0E93'

red 29 ◦ green 14 ◦ blue 147

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

Shades of Ultramarine #1D0E93

Tints of Ultramarine #1D0E93

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.37%

 BLUE value IS 147 (57.81% from 255) = 77.37%

R = 15.26%
G = 7.37%
B = 77.37%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1D0E93 (or 0x1D0E93) is known color: Ultramarine. HEX triplet: 1D, 0E and 93. RGB value is (29,14,147). Sum of RGB (Red+Green+Blue) = 29+14+147=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D0E93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0E93 is #E2F16C. Grayscale: #212121. Windows color (decimal): -14872941 or 9637405. OLE color: 9637405.

HSL color Cylindrical-coordinate representation of color #1D0E93: hue angle of 246.77º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0E93 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 14 147 -
CMYK 0.80 0.90 0 0.42
HSL 246.77º 0.83% 0.32% -
HSV(B) 246.77º 0.9% 0.58% -
XYZ 5.93 2.68 27.81 -
YUV 33.65 191.97 124.69 -
System Red Green Blue C M Y K H S L
Decimal 29 14 147 0.80 0.90 0 0.42 246.77 0.83 0.32
Hex 1D E 93 50 5A 0 2A F7 53 20
Octal 35 16 223 120 132 0 52 367 123 40
Binary 11101 1110 10010011 1010000 1011010 0 101010 11110111 1010011 100000

Color Harmonies of #1D0E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0E93

Black with #1D0E93

Text Example


Text Example

White with #1D0E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,14,147); }

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

background-color css

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

 a { background-color: rgb(29,14,147); }

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

border-color css

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

 span { border-color: rgb(29,14,147); }

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