Html Css Color HEX #1F209E Ultramarine

📋 copy color: '#1F209E'

red 31 ◦ green 32 ◦ blue 158

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

Shades of Ultramarine #1F209E

Tints of Ultramarine #1F209E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

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

R = 14.03%
G = 14.48%
B = 71.49%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F209E (or 0x1F209E) is known color: Ultramarine. HEX triplet: 1F, 20 and 9E. RGB value is (31,32,158). Sum of RGB (Red+Green+Blue) = 31+32+158=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F209E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F209E is #E0DF61. Grayscale: #2D2D2D. Windows color (decimal): -14737250 or 10362911. OLE color: 10362911.

HSL color Cylindrical-coordinate representation of color #1F209E: hue angle of 239.53º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F209E is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 32 158 -
CMYK 0.80 0.80 0 0.38
HSL 239.53º 0.67% 0.37% -
HSV(B) 239.53º 0.8% 0.62% -
XYZ 7.25 3.79 32.7 -
YUV 46.07 191.17 117.25 -
System Red Green Blue C M Y K H S L
Decimal 31 32 158 0.80 0.80 0 0.38 239.53 0.67 0.37
Hex 1F 20 9E 50 50 0 26 F0 43 25
Octal 37 40 236 120 120 0 46 360 103 45
Binary 11111 100000 10011110 1010000 1010000 0 100110 11110000 1000011 100101

Color Harmonies of #1F209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F209E

Black with #1F209E

Text Example


Text Example

White with #1F209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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