Html Css Color HEX #1F0494 Ultramarine

📋 copy color: '#1F0494'

red 31 ◦ green 4 ◦ blue 148

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

Shades of Ultramarine #1F0494

Tints of Ultramarine #1F0494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 80.87%

R = 16.94%
G = 2.19%
B = 80.87%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1F0494 (or 0x1F0494) is known color: Ultramarine. HEX triplet: 1F, 04 and 94. RGB value is (31,4,148). Sum of RGB (Red+Green+Blue) = 31+4+148=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 148 (58.20% from 255 or 80.87% from 183); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F0494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0494 is #E0FB6B. Grayscale: #1B1B1B. Windows color (decimal): -14744428 or 9700383. OLE color: 9700383.

HSL color Cylindrical-coordinate representation of color #1F0494: hue angle of 251.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0494 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 4 148 -
CMYK 0.79 0.97 0 0.42
HSL 251.25º 0.95% 0.3% -
HSV(B) 251.25º 0.97% 0.58% -
XYZ 5.95 2.52 28.19 -
YUV 28.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 31 4 148 0.79 0.97 0 0.42 251.25 0.95 0.3
Hex 1F 4 94 4F 61 0 2A FB 5F 1E
Octal 37 4 224 117 141 0 52 373 137 36
Binary 11111 100 10010100 1001111 1100001 0 101010 11111011 1011111 11110

Color Harmonies of #1F0494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0494

Black with #1F0494

Text Example


Text Example

White with #1F0494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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