Html Css Color HEX #1F039F Ultramarine

📋 copy color: '#1F039F'

red 31 ◦ green 3 ◦ blue 159

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

Shades of Ultramarine #1F039F

Tints of Ultramarine #1F039F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

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

R = 16.06%
G = 1.55%
B = 82.38%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F039F (or 0x1F039F) is known color: Ultramarine. HEX triplet: 1F, 03 and 9F. RGB value is (31,3,159). Sum of RGB (Red+Green+Blue) = 31+3+159=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 159 (62.5% from 255 or 82.38% from 193); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F039F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F039F is #E0FC60. Grayscale: #1C1C1C. Windows color (decimal): -14744673 or 10421023. OLE color: 10421023.

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

Color convert

RGB 31 3 159 -
CMYK 0.81 0.98 0 0.38
HSL 250.77º 0.96% 0.32% -
HSV(B) 250.77º 0.98% 0.62% -
XYZ 6.86 2.86 32.99 -
YUV 29.16 201.28 129.32 -
System Red Green Blue C M Y K H S L
Decimal 31 3 159 0.81 0.98 0 0.38 250.77 0.96 0.32
Hex 1F 3 9F 51 62 0 26 FB 60 20
Octal 37 3 237 121 142 0 46 373 140 40
Binary 11111 11 10011111 1010001 1100010 0 100110 11111011 1100000 100000

Color Harmonies of #1F039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F039F

Black with #1F039F

Text Example


Text Example

White with #1F039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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