Html Css Color HEX #1F2491 Ultramarine

📋 copy color: '#1F2491'

red 31 ◦ green 36 ◦ blue 145

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

Shades of Ultramarine #1F2491

Tints of Ultramarine #1F2491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

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

R = 14.62%
G = 16.98%
B = 68.4%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1F2491 (or 0x1F2491) is known color: Ultramarine. HEX triplet: 1F, 24 and 91. RGB value is (31,36,145). Sum of RGB (Red+Green+Blue) = 31+36+145=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F2491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2491 is #E0DB6E. Grayscale: #2E2E2E. Windows color (decimal): -14736239 or 9511967. OLE color: 9511967.

HSL color Cylindrical-coordinate representation of color #1F2491: hue angle of 237.37º 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 #1F2491 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 36 145 -
CMYK 0.79 0.75 0 0.43
HSL 237.37º 0.65% 0.35% -
HSV(B) 237.37º 0.79% 0.57% -
XYZ 6.31 3.6 27.15 -
YUV 46.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 31 36 145 0.79 0.75 0 0.43 237.37 0.65 0.35
Hex 1F 24 91 4F 4B 0 2B ED 41 23
Octal 37 44 221 117 113 0 53 355 101 43
Binary 11111 100100 10010001 1001111 1001011 0 101011 11101101 1000001 100011

Color Harmonies of #1F2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2491

Black with #1F2491

Text Example


Text Example

White with #1F2491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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