Html Css Color HEX #1F089B Ultramarine

📋 copy color: '#1F089B'

red 31 ◦ green 8 ◦ blue 155

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

Shades of Ultramarine #1F089B

Tints of Ultramarine #1F089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 79.9%

R = 15.98%
G = 4.12%
B = 79.9%

CMYK

 C value IS 0.8

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F089B (or 0x1F089B) is known color: Ultramarine. HEX triplet: 1F, 08 and 9B. RGB value is (31,8,155). Sum of RGB (Red+Green+Blue) = 31+8+155=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 155 (60.94% from 255 or 79.90% from 194); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F089B is #E0F764. Grayscale: #1F1F1F. Windows color (decimal): -14743397 or 10160159. OLE color: 10160159.

HSL color Cylindrical-coordinate representation of color #1F089B: hue angle of 249.39º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F089B is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 8 155 -
CMYK 0.8 0.95 0 0.39
HSL 249.39º 0.9% 0.32% -
HSV(B) 249.39º 0.95% 0.61% -
XYZ 6.57 2.83 31.21 -
YUV 31.64 197.62 127.55 -
System Red Green Blue C M Y K H S L
Decimal 31 8 155 0.8 0.95 0 0.39 249.39 0.9 0.32
Hex 1F 8 9B 50 5F 0 27 F9 5A 20
Octal 37 10 233 120 137 0 47 371 132 40
Binary 11111 1000 10011011 1010000 1011111 0 100111 11111001 1011010 100000

Color Harmonies of #1F089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F089B

Black with #1F089B

Text Example


Text Example

White with #1F089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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