Html Css Color HEX #1F1999 Ultramarine

📋 copy color: '#1F1999'

red 31 ◦ green 25 ◦ blue 153

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

Shades of Ultramarine #1F1999

Tints of Ultramarine #1F1999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

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

R = 14.83%
G = 11.96%
B = 73.21%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F1999 (or 0x1F1999) is known color: Ultramarine. HEX triplet: 1F, 19 and 99. RGB value is (31,25,153). Sum of RGB (Red+Green+Blue) = 31+25+153=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F1999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1999 is #E0E666. Grayscale: #282828. Windows color (decimal): -14739047 or 10033439. OLE color: 10033439.

HSL color Cylindrical-coordinate representation of color #1F1999: hue angle of 242.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F1999 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 25 153 -
CMYK 0.80 0.84 0 0.4
HSL 242.81º 0.72% 0.35% -
HSV(B) 242.81º 0.84% 0.6% -
XYZ 6.66 3.29 30.42 -
YUV 41.39 190.99 120.59 -
System Red Green Blue C M Y K H S L
Decimal 31 25 153 0.80 0.84 0 0.4 242.81 0.72 0.35
Hex 1F 19 99 50 54 0 28 F3 48 23
Octal 37 31 231 120 124 0 50 363 110 43
Binary 11111 11001 10011001 1010000 1010100 0 101000 11110011 1001000 100011

Color Harmonies of #1F1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1999

Black with #1F1999

Text Example


Text Example

White with #1F1999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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