Html Css Color HEX #1F0984 Ultramarine

📋 copy color: '#1F0984'

red 31 ◦ green 9 ◦ blue 132

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

Shades of Ultramarine #1F0984

Tints of Ultramarine #1F0984

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

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

R = 18.02%
G = 5.23%
B = 76.74%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F0984 (or 0x1F0984) is known color: Ultramarine. HEX triplet: 1F, 09 and 84. RGB value is (31,9,132). Sum of RGB (Red+Green+Blue) = 31+9+132=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 132 (51.95% from 255 or 76.74% from 172); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F0984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0984 is #E0F67B. Grayscale: #1D1D1D. Windows color (decimal): -14743164 or 8653087. OLE color: 8653087.

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

Color convert

RGB 31 9 132 -
CMYK 0.77 0.93 0 0.48
HSL 250.73º 0.87% 0.28% -
HSV(B) 250.73º 0.93% 0.52% -
XYZ 4.83 2.15 21.99 -
YUV 29.6 185.79 129 -
System Red Green Blue C M Y K H S L
Decimal 31 9 132 0.77 0.93 0 0.48 250.73 0.87 0.28
Hex 1F 9 84 4D 5D 0 30 FB 57 1C
Octal 37 11 204 115 135 0 60 373 127 34
Binary 11111 1001 10000100 1001101 1011101 0 110000 11111011 1010111 11100

Color Harmonies of #1F0984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0984

Black with #1F0984

Text Example


Text Example

White with #1F0984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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