Html Css Color HEX #1F2099 Ultramarine

📋 copy color: '#1F2099'

red 31 ◦ green 32 ◦ blue 153

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

Shades of Ultramarine #1F2099

Tints of Ultramarine #1F2099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

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

R = 14.35%
G = 14.81%
B = 70.83%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F2099 (or 0x1F2099) is known color: Ultramarine. HEX triplet: 1F, 20 and 99. RGB value is (31,32,153). Sum of RGB (Red+Green+Blue) = 31+32+153=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F2099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2099 is #E0DF66. Grayscale: #2D2D2D. Windows color (decimal): -14737255 or 10035231. OLE color: 10035231.

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

Color convert

RGB 31 32 153 -
CMYK 0.80 0.79 0 0.4
HSL 239.51º 0.66% 0.36% -
HSV(B) 239.51º 0.8% 0.6% -
XYZ 6.83 3.62 30.48 -
YUV 45.5 188.67 117.66 -
System Red Green Blue C M Y K H S L
Decimal 31 32 153 0.80 0.79 0 0.4 239.51 0.66 0.36
Hex 1F 20 99 50 4F 0 28 F0 42 24
Octal 37 40 231 120 117 0 50 360 102 44
Binary 11111 100000 10011001 1010000 1001111 0 101000 11110000 1000010 100100

Color Harmonies of #1F2099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2099

Black with #1F2099

Text Example


Text Example

White with #1F2099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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