Html Css Color HEX #1F2199 Ultramarine

📋 copy color: '#1F2199'

red 31 ◦ green 33 ◦ blue 153

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

Shades of Ultramarine #1F2199

Tints of Ultramarine #1F2199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 70.51%

R = 14.29%
G = 15.21%
B = 70.51%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F2199 (or 0x1F2199) is known color: Ultramarine. HEX triplet: 1F, 21 and 99. RGB value is (31,33,153). Sum of RGB (Red+Green+Blue) = 31+33+153=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F2199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2199 is #E0DE66. Grayscale: #2D2D2D. Windows color (decimal): -14736999 or 10035487. OLE color: 10035487.

HSL color Cylindrical-coordinate representation of color #1F2199: hue angle of 239.02º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F2199 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 33 153 -
CMYK 0.80 0.78 0 0.4
HSL 239.02º 0.66% 0.36% -
HSV(B) 239.02º 0.8% 0.6% -
XYZ 6.86 3.68 30.49 -
YUV 46.08 188.34 117.24 -
System Red Green Blue C M Y K H S L
Decimal 31 33 153 0.80 0.78 0 0.4 239.02 0.66 0.36
Hex 1F 21 99 50 4E 0 28 EF 42 24
Octal 37 41 231 120 116 0 50 357 102 44
Binary 11111 100001 10011001 1010000 1001110 0 101000 11101111 1000010 100100

Color Harmonies of #1F2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2199

Black with #1F2199

Text Example


Text Example

White with #1F2199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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