Html Css Color HEX #1F158D Ultramarine

📋 copy color: '#1F158D'

red 31 ◦ green 21 ◦ blue 141

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

Shades of Ultramarine #1F158D

Tints of Ultramarine #1F158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

 BLUE value IS 141 (55.47% from 255) = 73.06%

R = 16.06%
G = 10.88%
B = 73.06%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F158D (or 0x1F158D) is known color: Ultramarine. HEX triplet: 1F, 15 and 8D. RGB value is (31,21,141). Sum of RGB (Red+Green+Blue) = 31+21+141=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F158D is #E0EA72. Grayscale: #252525. Windows color (decimal): -14740083 or 9245983. OLE color: 9245983.

HSL color Cylindrical-coordinate representation of color #1F158D: hue angle of 245º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F158D is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 21 141 -
CMYK 0.78 0.85 0 0.45
HSL 245º 0.74% 0.32% -
HSV(B) 245º 0.85% 0.55% -
XYZ 5.64 2.75 25.43 -
YUV 37.67 186.31 123.24 -
System Red Green Blue C M Y K H S L
Decimal 31 21 141 0.78 0.85 0 0.45 245 0.74 0.32
Hex 1F 15 8D 4E 55 0 2D F5 4A 20
Octal 37 25 215 116 125 0 55 365 112 40
Binary 11111 10101 10001101 1001110 1010101 0 101101 11110101 1001010 100000

Color Harmonies of #1F158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F158D

Black with #1F158D

Text Example


Text Example

White with #1F158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,21,141); }

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

background-color css

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

 a { background-color: rgb(31,21,141); }

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

border-color css

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

 span { border-color: rgb(31,21,141); }

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