Html Css Color HEX #1F099E Ultramarine

📋 copy color: '#1F099E'

red 31 ◦ green 9 ◦ blue 158

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

Shades of Ultramarine #1F099E

Tints of Ultramarine #1F099E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 79.8%

R = 15.66%
G = 4.55%
B = 79.8%

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

#1F099E (or 0x1F099E) is known color: Ultramarine. HEX triplet: 1F, 09 and 9E. RGB value is (31,9,158). Sum of RGB (Red+Green+Blue) = 31+9+158=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 158 (62.11% from 255 or 79.80% from 198); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F099E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F099E is #E0F661. Grayscale: #1F1F1F. Windows color (decimal): -14743138 or 10357023. OLE color: 10357023.

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

Color convert

RGB 31 9 158 -
CMYK 0.80 0.94 0 0.38
HSL 248.86º 0.89% 0.33% -
HSV(B) 248.86º 0.94% 0.62% -
XYZ 6.83 2.96 32.56 -
YUV 32.56 198.79 126.88 -
System Red Green Blue C M Y K H S L
Decimal 31 9 158 0.80 0.94 0 0.38 248.86 0.89 0.33
Hex 1F 9 9E 50 5E 0 26 F9 59 21
Octal 37 11 236 120 136 0 46 371 131 41
Binary 11111 1001 10011110 1010000 1011110 0 100110 11111001 1011001 100001

Color Harmonies of #1F099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F099E

Black with #1F099E

Text Example


Text Example

White with #1F099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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