Html Css Color HEX #1F1099 Ultramarine

📋 copy color: '#1F1099'

red 31 ◦ green 16 ◦ blue 153

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

Shades of Ultramarine #1F1099

Tints of Ultramarine #1F1099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

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

R = 15.5%
G = 8%
B = 76.5%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F1099 (or 0x1F1099) is known color: Ultramarine. HEX triplet: 1F, 10 and 99. RGB value is (31,16,153). Sum of RGB (Red+Green+Blue) = 31+16+153=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F1099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1099 is #E0EF66. Grayscale: #232323. Windows color (decimal): -14741351 or 10031135. OLE color: 10031135.

HSL color Cylindrical-coordinate representation of color #1F1099: hue angle of 246.57º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F1099 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 16 153 -
CMYK 0.80 0.90 0 0.4
HSL 246.57º 0.81% 0.33% -
HSV(B) 246.57º 0.9% 0.6% -
XYZ 6.5 2.96 30.37 -
YUV 36.1 193.97 124.36 -
System Red Green Blue C M Y K H S L
Decimal 31 16 153 0.80 0.90 0 0.4 246.57 0.81 0.33
Hex 1F 10 99 50 5A 0 28 F7 51 21
Octal 37 20 231 120 132 0 50 367 121 41
Binary 11111 10000 10011001 1010000 1011010 0 101000 11110111 1010001 100001

Color Harmonies of #1F1099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1099

Black with #1F1099

Text Example


Text Example

White with #1F1099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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