Html Css Color HEX #1F099A Ultramarine

📋 copy color: '#1F099A'

red 31 ◦ green 9 ◦ blue 154

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

Shades of Ultramarine #1F099A

Tints of Ultramarine #1F099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 79.38%

R = 15.98%
G = 4.64%
B = 79.38%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F099A (or 0x1F099A) is known color: Ultramarine. HEX triplet: 1F, 09 and 9A. RGB value is (31,9,154). Sum of RGB (Red+Green+Blue) = 31+9+154=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 154 (60.55% from 255 or 79.38% from 194); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F099A is #E0F665. Grayscale: #1F1F1F. Windows color (decimal): -14743142 or 10094879. OLE color: 10094879.

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

Color convert

RGB 31 9 154 -
CMYK 0.80 0.94 0 0.40
HSL 249.1º 0.89% 0.32% -
HSV(B) 249.1º 0.94% 0.6% -
XYZ 6.5 2.82 30.77 -
YUV 32.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 31 9 154 0.80 0.94 0 0.40 249.1 0.89 0.32
Hex 1F 9 9A 50 5E 0 28 F9 59 20
Octal 37 11 232 120 136 0 50 371 131 40
Binary 11111 1001 10011010 1010000 1011110 0 101000 11111001 1011001 100000

Color Harmonies of #1F099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F099A

Black with #1F099A

Text Example


Text Example

White with #1F099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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