Html Css Color HEX #1F099F Ultramarine

📋 copy color: '#1F099F'

red 31 ◦ green 9 ◦ blue 159

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

Shades of Ultramarine #1F099F

Tints of Ultramarine #1F099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 79.9%

R = 15.58%
G = 4.52%
B = 79.9%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F099F (or 0x1F099F) is known color: Ultramarine. HEX triplet: 1F, 09 and 9F. RGB value is (31,9,159). Sum of RGB (Red+Green+Blue) = 31+9+159=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 159 (62.5% from 255 or 79.90% from 199); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F099F is #E0F660. Grayscale: #202020. Windows color (decimal): -14743137 or 10422559. OLE color: 10422559.

HSL color Cylindrical-coordinate representation of color #1F099F: hue angle of 248.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F099F is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 9 159 -
CMYK 0.81 0.94 0 0.38
HSL 248.8º 0.89% 0.33% -
HSV(B) 248.8º 0.94% 0.62% -
XYZ 6.92 2.99 33.01 -
YUV 32.68 199.29 126.8 -
System Red Green Blue C M Y K H S L
Decimal 31 9 159 0.81 0.94 0 0.38 248.8 0.89 0.33
Hex 1F 9 9F 51 5E 0 26 F9 59 21
Octal 37 11 237 121 136 0 46 371 131 41
Binary 11111 1001 10011111 1010001 1011110 0 100110 11111001 1011001 100001

Color Harmonies of #1F099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F099F

Black with #1F099F

Text Example


Text Example

White with #1F099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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