Html Css Color HEX #1F099C Ultramarine

📋 copy color: '#1F099C'

red 31 ◦ green 9 ◦ blue 156

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

Shades of Ultramarine #1F099C

Tints of Ultramarine #1F099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 79.59%

R = 15.82%
G = 4.59%
B = 79.59%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F099C (or 0x1F099C) is known color: Ultramarine. HEX triplet: 1F, 09 and 9C. RGB value is (31,9,156). Sum of RGB (Red+Green+Blue) = 31+9+156=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 156 (61.33% from 255 or 79.59% from 196); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F099C is #E0F663. Grayscale: #1F1F1F. Windows color (decimal): -14743140 or 10225951. OLE color: 10225951.

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

Color convert

RGB 31 9 156 -
CMYK 0.80 0.94 0 0.39
HSL 248.98º 0.89% 0.32% -
HSV(B) 248.98º 0.94% 0.61% -
XYZ 6.66 2.89 31.66 -
YUV 32.34 197.79 127.05 -
System Red Green Blue C M Y K H S L
Decimal 31 9 156 0.80 0.94 0 0.39 248.98 0.89 0.32
Hex 1F 9 9C 50 5E 0 27 F9 59 20
Octal 37 11 234 120 136 0 47 371 131 40
Binary 11111 1001 10011100 1010000 1011110 0 100111 11111001 1011001 100000

Color Harmonies of #1F099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F099C

Black with #1F099C

Text Example


Text Example

White with #1F099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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