Html Css Color HEX #1D169D Ultramarine

📋 copy color: '#1D169D'

red 29 ◦ green 22 ◦ blue 157

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

Shades of Ultramarine #1D169D

Tints of Ultramarine #1D169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.58%

 BLUE value IS 157 (61.72% from 255) = 75.48%

R = 13.94%
G = 10.58%
B = 75.48%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D169D (or 0x1D169D) is known color: Ultramarine. HEX triplet: 1D, 16 and 9D. RGB value is (29,22,157). Sum of RGB (Red+Green+Blue) = 29+22+157=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D169D is #E2E962. Grayscale: #262626. Windows color (decimal): -14870883 or 10294813. OLE color: 10294813.

HSL color Cylindrical-coordinate representation of color #1D169D: hue angle of 243.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D169D is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 22 157 -
CMYK 0.82 0.86 0 0.38
HSL 243.11º 0.75% 0.35% -
HSV(B) 243.11º 0.86% 0.62% -
XYZ 6.88 3.27 32.17 -
YUV 39.48 194.32 120.52 -
System Red Green Blue C M Y K H S L
Decimal 29 22 157 0.82 0.86 0 0.38 243.11 0.75 0.35
Hex 1D 16 9D 52 56 0 26 F3 4B 23
Octal 35 26 235 122 126 0 46 363 113 43
Binary 11101 10110 10011101 1010010 1010110 0 100110 11110011 1001011 100011

Color Harmonies of #1D169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D169D

Black with #1D169D

Text Example


Text Example

White with #1D169D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,22,157); }

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

background-color css

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

 a { background-color: rgb(29,22,157); }

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

border-color css

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

 span { border-color: rgb(29,22,157); }

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