Html Css Color HEX #1F0492 Ultramarine

📋 copy color: '#1F0492'

red 31 ◦ green 4 ◦ blue 146

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

Shades of Ultramarine #1F0492

Tints of Ultramarine #1F0492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 80.66%

R = 17.13%
G = 2.21%
B = 80.66%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1F0492 (or 0x1F0492) is known color: Ultramarine. HEX triplet: 1F, 04 and 92. RGB value is (31,4,146). Sum of RGB (Red+Green+Blue) = 31+4+146=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 146 (57.42% from 255 or 80.66% from 181); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F0492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0492 is #E0FB6D. Grayscale: #1B1B1B. Windows color (decimal): -14744430 or 9569311. OLE color: 9569311.

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

Color convert

RGB 31 4 146 -
CMYK 0.79 0.97 0 0.43
HSL 251.41º 0.95% 0.29% -
HSV(B) 251.41º 0.97% 0.57% -
XYZ 5.8 2.45 27.36 -
YUV 28.26 194.45 129.95 -
System Red Green Blue C M Y K H S L
Decimal 31 4 146 0.79 0.97 0 0.43 251.41 0.95 0.29
Hex 1F 4 92 4F 61 0 2B FB 5F 1D
Octal 37 4 222 117 141 0 53 373 137 35
Binary 11111 100 10010010 1001111 1100001 0 101011 11111011 1011111 11101

Color Harmonies of #1F0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0492

Black with #1F0492

Text Example


Text Example

White with #1F0492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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