Html Css Color HEX #1F099B Ultramarine

📋 copy color: '#1F099B'

red 31 ◦ green 9 ◦ blue 155

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

Shades of Ultramarine #1F099B

Tints of Ultramarine #1F099B

RGB

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

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

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

R = 15.9%
G = 4.62%
B = 79.49%

CMYK

 C value IS 0.8

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F099B (or 0x1F099B) is known color: Ultramarine. HEX triplet: 1F, 09 and 9B. RGB value is (31,9,155). Sum of RGB (Red+Green+Blue) = 31+9+155=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 155 (60.94% from 255 or 79.49% from 195); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F099B is #E0F664. Grayscale: #1F1F1F. Windows color (decimal): -14743141 or 10160415. OLE color: 10160415.

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

Color convert

RGB 31 9 155 -
CMYK 0.8 0.94 0 0.39
HSL 249.04º 0.89% 0.32% -
HSV(B) 249.04º 0.94% 0.61% -
XYZ 6.58 2.85 31.21 -
YUV 32.22 197.29 127.13 -
System Red Green Blue C M Y K H S L
Decimal 31 9 155 0.8 0.94 0 0.39 249.04 0.89 0.32
Hex 1F 9 9B 50 5E 0 27 F9 59 20
Octal 37 11 233 120 136 0 47 371 131 40
Binary 11111 1001 10011011 1010000 1011110 0 100111 11111001 1011001 100000

Color Harmonies of #1F099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F099B

Black with #1F099B

Text Example


Text Example

White with #1F099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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