Html Css Color HEX #1F048E Ultramarine

📋 copy color: '#1F048E'

red 31 ◦ green 4 ◦ blue 142

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

Shades of Ultramarine #1F048E

Tints of Ultramarine #1F048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

 BLUE value IS 142 (55.86% from 255) = 80.23%

R = 17.51%
G = 2.26%
B = 80.23%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1F048E (or 0x1F048E) is known color: Ultramarine. HEX triplet: 1F, 04 and 8E. RGB value is (31,4,142). Sum of RGB (Red+Green+Blue) = 31+4+142=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 142 (55.86% from 255 or 80.23% from 177); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F048E is #E0FB71. Grayscale: #1B1B1B. Windows color (decimal): -14744434 or 9307167. OLE color: 9307167.

HSL color Cylindrical-coordinate representation of color #1F048E: hue angle of 251.74º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F048E is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 31 4 142 -
CMYK 0.78 0.97 0 0.44
HSL 251.74º 0.95% 0.29% -
HSV(B) 251.74º 0.97% 0.56% -
XYZ 5.49 2.33 25.75 -
YUV 27.81 192.45 130.28 -
System Red Green Blue C M Y K H S L
Decimal 31 4 142 0.78 0.97 0 0.44 251.74 0.95 0.29
Hex 1F 4 8E 4E 61 0 2C FC 5F 1D
Octal 37 4 216 116 141 0 54 374 137 35
Binary 11111 100 10001110 1001110 1100001 0 101100 11111100 1011111 11101

Color Harmonies of #1F048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F048E

Black with #1F048E

Text Example


Text Example

White with #1F048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,4,142); }

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

background-color css

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

 a { background-color: rgb(31,4,142); }

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

border-color css

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

 span { border-color: rgb(31,4,142); }

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