Html Css Color HEX #1F099D Ultramarine

📋 copy color: '#1F099D'

red 31 ◦ green 9 ◦ blue 157

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

Shades of Ultramarine #1F099D

Tints of Ultramarine #1F099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 79.7%

R = 15.74%
G = 4.57%
B = 79.7%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F099D (or 0x1F099D) is known color: Ultramarine. HEX triplet: 1F, 09 and 9D. RGB value is (31,9,157). Sum of RGB (Red+Green+Blue) = 31+9+157=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 157 (61.72% from 255 or 79.70% from 197); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F099D is #E0F662. Grayscale: #1F1F1F. Windows color (decimal): -14743139 or 10291487. OLE color: 10291487.

HSL color Cylindrical-coordinate representation of color #1F099D: hue angle of 248.92º 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 #1F099D is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 9 157 -
CMYK 0.80 0.94 0 0.38
HSL 248.92º 0.89% 0.33% -
HSV(B) 248.92º 0.94% 0.62% -
XYZ 6.75 2.92 32.11 -
YUV 32.45 198.29 126.97 -
System Red Green Blue C M Y K H S L
Decimal 31 9 157 0.80 0.94 0 0.38 248.92 0.89 0.33
Hex 1F 9 9D 50 5E 0 26 F9 59 21
Octal 37 11 235 120 136 0 46 371 131 41
Binary 11111 1001 10011101 1010000 1011110 0 100110 11111001 1011001 100001

Color Harmonies of #1F099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F099D

Black with #1F099D

Text Example


Text Example

White with #1F099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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