Html Css Color HEX #1F0989 Ultramarine

📋 copy color: '#1F0989'

red 31 ◦ green 9 ◦ blue 137

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

Shades of Ultramarine #1F0989

Tints of Ultramarine #1F0989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 77.4%

R = 17.51%
G = 5.08%
B = 77.4%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F0989 (or 0x1F0989) is known color: Ultramarine. HEX triplet: 1F, 09 and 89. RGB value is (31,9,137). Sum of RGB (Red+Green+Blue) = 31+9+137=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 137 (53.91% from 255 or 77.40% from 177); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F0989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0989 is #E0F676. Grayscale: #1D1D1D. Windows color (decimal): -14743159 or 8980767. OLE color: 8980767.

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

Color convert

RGB 31 9 137 -
CMYK 0.77 0.93 0 0.46
HSL 250.31º 0.88% 0.29% -
HSV(B) 250.31º 0.93% 0.54% -
XYZ 5.18 2.29 23.84 -
YUV 30.17 188.29 128.59 -
System Red Green Blue C M Y K H S L
Decimal 31 9 137 0.77 0.93 0 0.46 250.31 0.88 0.29
Hex 1F 9 89 4D 5D 0 2E FA 58 1D
Octal 37 11 211 115 135 0 56 372 130 35
Binary 11111 1001 10001001 1001101 1011101 0 101110 11111010 1011000 11101

Color Harmonies of #1F0989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0989

Black with #1F0989

Text Example


Text Example

White with #1F0989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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