Html Css Color HEX #1F2092 Ultramarine

📋 copy color: '#1F2092'

red 31 ◦ green 32 ◦ blue 146

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

Shades of Ultramarine #1F2092

Tints of Ultramarine #1F2092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 14.83%
G = 15.31%
B = 69.86%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1F2092 (or 0x1F2092) is known color: Ultramarine. HEX triplet: 1F, 20 and 92. RGB value is (31,32,146). Sum of RGB (Red+Green+Blue) = 31+32+146=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F2092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2092 is #E0DF6D. Grayscale: #2C2C2C. Windows color (decimal): -14737262 or 9576479. OLE color: 9576479.

HSL color Cylindrical-coordinate representation of color #1F2092: hue angle of 239.48º 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 #1F2092 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 32 146 -
CMYK 0.79 0.78 0 0.43
HSL 239.48º 0.65% 0.35% -
HSV(B) 239.48º 0.79% 0.57% -
XYZ 6.27 3.4 27.52 -
YUV 44.7 185.17 118.23 -
System Red Green Blue C M Y K H S L
Decimal 31 32 146 0.79 0.78 0 0.43 239.48 0.65 0.35
Hex 1F 20 92 4F 4E 0 2B EF 41 23
Octal 37 40 222 117 116 0 53 357 101 43
Binary 11111 100000 10010010 1001111 1001110 0 101011 11101111 1000001 100011

Color Harmonies of #1F2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2092

Black with #1F2092

Text Example


Text Example

White with #1F2092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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