Html Css Color HEX #1F0294 Ultramarine

📋 copy color: '#1F0294'

red 31 ◦ green 2 ◦ blue 148

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

Shades of Ultramarine #1F0294

Tints of Ultramarine #1F0294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 17.13%
G = 1.1%
B = 81.77%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1F0294 (or 0x1F0294) is known color: Ultramarine. HEX triplet: 1F, 02 and 94. RGB value is (31,2,148). Sum of RGB (Red+Green+Blue) = 31+2+148=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 148 (58.20% from 255 or 81.77% from 181); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F0294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0294 is #E0FD6B. Grayscale: #1A1A1A. Windows color (decimal): -14744940 or 9699871. OLE color: 9699871.

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

Color convert

RGB 31 2 148 -
CMYK 0.79 0.99 0 0.42
HSL 251.92º 0.97% 0.29% -
HSV(B) 251.92º 0.99% 0.58% -
XYZ 5.93 2.47 28.18 -
YUV 27.32 196.11 130.63 -
System Red Green Blue C M Y K H S L
Decimal 31 2 148 0.79 0.99 0 0.42 251.92 0.97 0.29
Hex 1F 2 94 4F 63 0 2A FC 61 1D
Octal 37 2 224 117 143 0 52 374 141 35
Binary 11111 10 10010100 1001111 1100011 0 101010 11111100 1100001 11101

Color Harmonies of #1F0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0294

Black with #1F0294

Text Example


Text Example

White with #1F0294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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