Html Css Color HEX #1F0988 Ultramarine

📋 copy color: '#1F0988'

red 31 ◦ green 9 ◦ blue 136

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

Shades of Ultramarine #1F0988

Tints of Ultramarine #1F0988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 77.27%

R = 17.61%
G = 5.11%
B = 77.27%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1F0988 (or 0x1F0988) is known color: Ultramarine. HEX triplet: 1F, 09 and 88. RGB value is (31,9,136). Sum of RGB (Red+Green+Blue) = 31+9+136=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F0988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0988 is #E0F677. Grayscale: #1D1D1D. Windows color (decimal): -14743160 or 8915231. OLE color: 8915231.

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

Color convert

RGB 31 9 136 -
CMYK 0.77 0.93 0 0.47
HSL 250.39º 0.88% 0.28% -
HSV(B) 250.39º 0.93% 0.53% -
XYZ 5.11 2.26 23.46 -
YUV 30.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 31 9 136 0.77 0.93 0 0.47 250.39 0.88 0.28
Hex 1F 9 88 4D 5D 0 2F FA 58 1C
Octal 37 11 210 115 135 0 57 372 130 34
Binary 11111 1001 10001000 1001101 1011101 0 101111 11111010 1011000 11100

Color Harmonies of #1F0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0988

Black with #1F0988

Text Example


Text Example

White with #1F0988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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