Html Css Color HEX #1D0993 Ultramarine

📋 copy color: '#1D0993'

red 29 ◦ green 9 ◦ blue 147

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

Shades of Ultramarine #1D0993

Tints of Ultramarine #1D0993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 15.68%
G = 4.86%
B = 79.46%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1D0993 (or 0x1D0993) is known color: Ultramarine. HEX triplet: 1D, 09 and 93. RGB value is (29,9,147). Sum of RGB (Red+Green+Blue) = 29+9+147=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 147 (57.81% from 255 or 79.46% from 185); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D0993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0993 is #E2F66C. Grayscale: #1E1E1E. Windows color (decimal): -14874221 or 9636125. OLE color: 9636125.

HSL color Cylindrical-coordinate representation of color #1D0993: hue angle of 248.7º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0993 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 9 147 -
CMYK 0.80 0.94 0 0.42
HSL 248.7º 0.88% 0.31% -
HSV(B) 248.7º 0.94% 0.58% -
XYZ 5.87 2.56 27.79 -
YUV 30.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 29 9 147 0.80 0.94 0 0.42 248.7 0.88 0.31
Hex 1D 9 93 50 5E 0 2A F9 58 1F
Octal 35 11 223 120 136 0 52 371 130 37
Binary 11101 1001 10010011 1010000 1011110 0 101010 11111001 1011000 11111

Color Harmonies of #1D0993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0993

Black with #1D0993

Text Example


Text Example

White with #1D0993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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