Html Css Color HEX #1F2492 Ultramarine

📋 copy color: '#1F2492'

red 31 ◦ green 36 ◦ blue 146

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

Shades of Ultramarine #1F2492

Tints of Ultramarine #1F2492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

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

R = 14.55%
G = 16.9%
B = 68.54%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1F2492 (or 0x1F2492) is known color: Ultramarine. HEX triplet: 1F, 24 and 92. RGB value is (31,36,146). Sum of RGB (Red+Green+Blue) = 31+36+146=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F2492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2492 is #E0DB6D. Grayscale: #2E2E2E. Windows color (decimal): -14736238 or 9577503. OLE color: 9577503.

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

Color convert

RGB 31 36 146 -
CMYK 0.79 0.75 0 0.43
HSL 237.39º 0.65% 0.35% -
HSV(B) 237.39º 0.79% 0.57% -
XYZ 6.38 3.63 27.56 -
YUV 47.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 31 36 146 0.79 0.75 0 0.43 237.39 0.65 0.35
Hex 1F 24 92 4F 4B 0 2B ED 41 23
Octal 37 44 222 117 113 0 53 355 101 43
Binary 11111 100100 10010010 1001111 1001011 0 101011 11101101 1000001 100011

Color Harmonies of #1F2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2492

Black with #1F2492

Text Example


Text Example

White with #1F2492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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