Html Css Color HEX #1F2191 Ultramarine

📋 copy color: '#1F2191'

red 31 ◦ green 33 ◦ blue 145

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

Shades of Ultramarine #1F2191

Tints of Ultramarine #1F2191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.79%

 BLUE value IS 145 (57.03% from 255) = 69.38%

R = 14.83%
G = 15.79%
B = 69.38%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1F2191 (or 0x1F2191) is known color: Ultramarine. HEX triplet: 1F, 21 and 91. RGB value is (31,33,145). Sum of RGB (Red+Green+Blue) = 31+33+145=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 145 (57.03% from 255 or 69.38% from 209); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F2191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2191 is #E0DE6E. Grayscale: #2C2C2C. Windows color (decimal): -14737007 or 9511199. OLE color: 9511199.

HSL color Cylindrical-coordinate representation of color #1F2191: hue angle of 238.95º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2191 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 33 145 -
CMYK 0.79 0.77 0 0.43
HSL 238.95º 0.65% 0.35% -
HSV(B) 238.95º 0.79% 0.57% -
XYZ 6.22 3.42 27.12 -
YUV 45.17 184.34 117.89 -
System Red Green Blue C M Y K H S L
Decimal 31 33 145 0.79 0.77 0 0.43 238.95 0.65 0.35
Hex 1F 21 91 4F 4D 0 2B EF 41 23
Octal 37 41 221 117 115 0 53 357 101 43
Binary 11111 100001 10010001 1001111 1001101 0 101011 11101111 1000001 100011

Color Harmonies of #1F2191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2191

Black with #1F2191

Text Example


Text Example

White with #1F2191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,33,145); }

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

background-color css

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

 a { background-color: rgb(31,33,145); }

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

border-color css

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

 span { border-color: rgb(31,33,145); }

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