Html Css Color HEX #1D169B Ultramarine

📋 copy color: '#1D169B'

red 29 ◦ green 22 ◦ blue 155

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

Shades of Ultramarine #1D169B

Tints of Ultramarine #1D169B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 75.24%

R = 14.08%
G = 10.68%
B = 75.24%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D169B (or 0x1D169B) is known color: Ultramarine. HEX triplet: 1D, 16 and 9B. RGB value is (29,22,155). Sum of RGB (Red+Green+Blue) = 29+22+155=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D169B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D169B is #E2E964. Grayscale: #262626. Windows color (decimal): -14870885 or 10163741. OLE color: 10163741.

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

Color convert

RGB 29 22 155 -
CMYK 0.81 0.86 0 0.39
HSL 243.16º 0.75% 0.35% -
HSV(B) 243.16º 0.86% 0.61% -
XYZ 6.71 3.2 31.27 -
YUV 39.26 193.32 120.69 -
System Red Green Blue C M Y K H S L
Decimal 29 22 155 0.81 0.86 0 0.39 243.16 0.75 0.35
Hex 1D 16 9B 51 56 0 27 F3 4B 23
Octal 35 26 233 121 126 0 47 363 113 43
Binary 11101 10110 10011011 1010001 1010110 0 100111 11110011 1001011 100011

Color Harmonies of #1D169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D169B

Black with #1D169B

Text Example


Text Example

White with #1D169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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