Html Css Color HEX #1F059E Ultramarine

📋 copy color: '#1F059E'

red 31 ◦ green 5 ◦ blue 158

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

Shades of Ultramarine #1F059E

Tints of Ultramarine #1F059E

RGB

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

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

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

R = 15.98%
G = 2.58%
B = 81.44%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F059E (or 0x1F059E) is known color: Ultramarine. HEX triplet: 1F, 05 and 9E. RGB value is (31,5,158). Sum of RGB (Red+Green+Blue) = 31+5+158=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 158 (62.11% from 255 or 81.44% from 194); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F059E is #E0FA61. Grayscale: #1D1D1D. Windows color (decimal): -14744162 or 10355999. OLE color: 10355999.

HSL color Cylindrical-coordinate representation of color #1F059E: hue angle of 250.2º 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 #1F059E is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 5 158 -
CMYK 0.80 0.97 0 0.38
HSL 250.2º 0.94% 0.32% -
HSV(B) 250.2º 0.97% 0.62% -
XYZ 6.79 2.87 32.54 -
YUV 30.22 200.11 128.56 -
System Red Green Blue C M Y K H S L
Decimal 31 5 158 0.80 0.97 0 0.38 250.2 0.94 0.32
Hex 1F 5 9E 50 61 0 26 FA 5E 20
Octal 37 5 236 120 141 0 46 372 136 40
Binary 11111 101 10011110 1010000 1100001 0 100110 11111010 1011110 100000

Color Harmonies of #1F059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F059E

Black with #1F059E

Text Example


Text Example

White with #1F059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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