Html Css Color HEX #1F019E Ultramarine

📋 copy color: '#1F019E'

red 31 ◦ green 1 ◦ blue 158

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

Shades of Ultramarine #1F019E

Tints of Ultramarine #1F019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 158 (62.11% from 255) = 83.16%

R = 16.32%
G = 0.53%
B = 83.16%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F019E (or 0x1F019E) is known color: Ultramarine. HEX triplet: 1F, 01 and 9E. RGB value is (31,1,158). Sum of RGB (Red+Green+Blue) = 31+1+158=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 158 (62.11% from 255 or 83.16% from 190); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F019E is #E0FE61. Grayscale: #1B1B1B. Windows color (decimal): -14745186 or 10354975. OLE color: 10354975.

HSL color Cylindrical-coordinate representation of color #1F019E: hue angle of 251.46º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F019E is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 1 158 -
CMYK 0.80 0.99 0 0.38
HSL 251.47º 0.99% 0.31% -
HSV(B) 251.47º 0.99% 0.62% -
XYZ 6.75 2.78 32.53 -
YUV 27.87 201.44 130.23 -
System Red Green Blue C M Y K H S L
Decimal 31 1 158 0.80 0.99 0 0.38 251.47 0.99 0.31
Hex 1F 1 9E 50 63 0 26 FB 63 1F
Octal 37 1 236 120 143 0 46 373 143 37
Binary 11111 1 10011110 1010000 1100011 0 100110 11111011 1100011 11111

Color Harmonies of #1F019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F019E

Black with #1F019E

Text Example


Text Example

White with #1F019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,1,158); }

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

background-color css

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

 a { background-color: rgb(31,1,158); }

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

border-color css

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

 span { border-color: rgb(31,1,158); }

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