Html Css Color HEX #1F0889 Ultramarine

📋 copy color: '#1F0889'

red 31 ◦ green 8 ◦ blue 137

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

Shades of Ultramarine #1F0889

Tints of Ultramarine #1F0889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.55%

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

R = 17.61%
G = 4.55%
B = 77.84%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F0889 (or 0x1F0889) is known color: Ultramarine. HEX triplet: 1F, 08 and 89. RGB value is (31,8,137). Sum of RGB (Red+Green+Blue) = 31+8+137=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F0889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0889 is #E0F776. Grayscale: #1D1D1D. Windows color (decimal): -14743415 or 8980511. OLE color: 8980511.

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

Color convert

RGB 31 8 137 -
CMYK 0.77 0.94 0 0.46
HSL 250.7º 0.89% 0.28% -
HSV(B) 250.7º 0.94% 0.54% -
XYZ 5.17 2.27 23.83 -
YUV 29.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 31 8 137 0.77 0.94 0 0.46 250.7 0.89 0.28
Hex 1F 8 89 4D 5E 0 2E FB 59 1C
Octal 37 10 211 115 136 0 56 373 131 34
Binary 11111 1000 10001001 1001101 1011110 0 101110 11111011 1011001 11100

Color Harmonies of #1F0889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0889

Black with #1F0889

Text Example


Text Example

White with #1F0889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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