Html Css Color HEX #1F1D9F Ultramarine

📋 copy color: '#1F1D9F'

red 31 ◦ green 29 ◦ blue 159

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

Shades of Ultramarine #1F1D9F

Tints of Ultramarine #1F1D9F

RGB

 RED value IS 31 (12.5% from 255) = 14.16%

 GREEN value IS 29 (11.72% from 255) = 13.24%

 BLUE value IS 159 (62.5% from 255) = 72.6%

R = 14.16%
G = 13.24%
B = 72.6%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F1D9F (or 0x1F1D9F) is known color: Ultramarine. HEX triplet: 1F, 1D and 9F. RGB value is (31,29,159). Sum of RGB (Red+Green+Blue) = 31+29+159=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 159 (62.5% from 255 or 72.60% from 219); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F1D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1D9F is #E0E260. Grayscale: #2B2B2B. Windows color (decimal): -14738017 or 10427679. OLE color: 10427679.

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

Color convert

RGB 31 29 159 -
CMYK 0.81 0.82 0 0.38
HSL 240.92º 0.69% 0.37% -
HSV(B) 240.92º 0.82% 0.62% -
XYZ 7.26 3.67 33.13 -
YUV 44.42 192.66 118.43 -
System Red Green Blue C M Y K H S L
Decimal 31 29 159 0.81 0.82 0 0.38 240.92 0.69 0.37
Hex 1F 1D 9F 51 52 0 26 F1 45 25
Octal 37 35 237 121 122 0 46 361 105 45
Binary 11111 11101 10011111 1010001 1010010 0 100110 11110001 1000101 100101

Color Harmonies of #1F1D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1D9F

Black with #1F1D9F

Text Example


Text Example

White with #1F1D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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