Html Css Color HEX #1F0484 Ultramarine

📋 copy color: '#1F0484'

red 31 ◦ green 4 ◦ blue 132

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

Shades of Ultramarine #1F0484

Tints of Ultramarine #1F0484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 79.04%

R = 18.56%
G = 2.4%
B = 79.04%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F0484 (or 0x1F0484) is known color: Ultramarine. HEX triplet: 1F, 04 and 84. RGB value is (31,4,132). Sum of RGB (Red+Green+Blue) = 31+4+132=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 132 (51.95% from 255 or 79.04% from 167); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F0484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0484 is #E0FB7B. Grayscale: #1A1A1A. Windows color (decimal): -14744444 or 8651807. OLE color: 8651807.

HSL color Cylindrical-coordinate representation of color #1F0484: hue angle of 252.66º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0484 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 4 132 -
CMYK 0.77 0.97 0 0.48
HSL 252.66º 0.94% 0.27% -
HSV(B) 252.66º 0.97% 0.52% -
XYZ 4.77 2.04 21.97 -
YUV 26.67 187.45 131.09 -
System Red Green Blue C M Y K H S L
Decimal 31 4 132 0.77 0.97 0 0.48 252.66 0.94 0.27
Hex 1F 4 84 4D 61 0 30 FD 5E 1B
Octal 37 4 204 115 141 0 60 375 136 33
Binary 11111 100 10000100 1001101 1100001 0 110000 11111101 1011110 11011

Color Harmonies of #1F0484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0484

Black with #1F0484

Text Example


Text Example

White with #1F0484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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