Html Css Color HEX #1F209A Ultramarine

📋 copy color: '#1F209A'

red 31 ◦ green 32 ◦ blue 154

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

Shades of Ultramarine #1F209A

Tints of Ultramarine #1F209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 70.97%

R = 14.29%
G = 14.75%
B = 70.97%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F209A (or 0x1F209A) is known color: Ultramarine. HEX triplet: 1F, 20 and 9A. RGB value is (31,32,154). Sum of RGB (Red+Green+Blue) = 31+32+154=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F209A is #E0DF65. Grayscale: #2D2D2D. Windows color (decimal): -14737254 or 10100767. OLE color: 10100767.

HSL color Cylindrical-coordinate representation of color #1F209A: hue angle of 239.51º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F209A is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 32 154 -
CMYK 0.80 0.79 0 0.40
HSL 239.51º 0.66% 0.36% -
HSV(B) 239.51º 0.8% 0.6% -
XYZ 6.91 3.66 30.91 -
YUV 45.61 189.17 117.58 -
System Red Green Blue C M Y K H S L
Decimal 31 32 154 0.80 0.79 0 0.40 239.51 0.66 0.36
Hex 1F 20 9A 50 4F 0 28 F0 42 24
Octal 37 40 232 120 117 0 50 360 102 44
Binary 11111 100000 10011010 1010000 1001111 0 101000 11110000 1000010 100100

Color Harmonies of #1F209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F209A

Black with #1F209A

Text Example


Text Example

White with #1F209A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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