Html Css Color HEX #1F059F Ultramarine

📋 copy color: '#1F059F'

red 31 ◦ green 5 ◦ blue 159

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

Shades of Ultramarine #1F059F

Tints of Ultramarine #1F059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.56%

 BLUE value IS 159 (62.5% from 255) = 81.54%

R = 15.9%
G = 2.56%
B = 81.54%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F059F (or 0x1F059F) is known color: Ultramarine. HEX triplet: 1F, 05 and 9F. RGB value is (31,5,159). Sum of RGB (Red+Green+Blue) = 31+5+159=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 159 (62.5% from 255 or 81.54% from 195); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F059F is #E0FA60. Grayscale: #1D1D1D. Windows color (decimal): -14744161 or 10421535. OLE color: 10421535.

HSL color Cylindrical-coordinate representation of color #1F059F: hue angle of 250.13º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F059F is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 5 159 -
CMYK 0.81 0.97 0 0.38
HSL 250.13º 0.94% 0.32% -
HSV(B) 250.13º 0.97% 0.62% -
XYZ 6.88 2.9 33 -
YUV 30.33 200.61 128.48 -
System Red Green Blue C M Y K H S L
Decimal 31 5 159 0.81 0.97 0 0.38 250.13 0.94 0.32
Hex 1F 5 9F 51 61 0 26 FA 5E 20
Octal 37 5 237 121 141 0 46 372 136 40
Binary 11111 101 10011111 1010001 1100001 0 100110 11111010 1011110 100000

Color Harmonies of #1F059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F059F

Black with #1F059F

Text Example


Text Example

White with #1F059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,5,159); }

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

background-color css

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

 a { background-color: rgb(31,5,159); }

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

border-color css

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

 span { border-color: rgb(31,5,159); }

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