Html Css Color HEX #1D1F9B Ultramarine

📋 copy color: '#1D1F9B'

red 29 ◦ green 31 ◦ blue 155

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

Shades of Ultramarine #1D1F9B

Tints of Ultramarine #1D1F9B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.42%

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

R = 13.49%
G = 14.42%
B = 72.09%

CMYK

 C value IS 0.81

 M value IS 0.8

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D1F9B (or 0x1D1F9B) is known color: Ultramarine. HEX triplet: 1D, 1F and 9B. RGB value is (29,31,155). Sum of RGB (Red+Green+Blue) = 29+31+155=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D1F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1F9B is #E2E064. Grayscale: #2C2C2C. Windows color (decimal): -14868581 or 10166045. OLE color: 10166045.

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

Color convert

RGB 29 31 155 -
CMYK 0.81 0.8 0 0.39
HSL 239.05º 0.68% 0.36% -
HSV(B) 239.05º 0.81% 0.61% -
XYZ 6.91 3.61 31.34 -
YUV 44.54 190.34 116.92 -
System Red Green Blue C M Y K H S L
Decimal 29 31 155 0.81 0.8 0 0.39 239.05 0.68 0.36
Hex 1D 1F 9B 51 50 0 27 EF 44 24
Octal 35 37 233 121 120 0 47 357 104 44
Binary 11101 11111 10011011 1010001 1010000 0 100111 11101111 1000100 100100

Color Harmonies of #1D1F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1F9B

Black with #1D1F9B

Text Example


Text Example

White with #1D1F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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