Html Css Color HEX #1F209B Ultramarine

📋 copy color: '#1F209B'

red 31 ◦ green 32 ◦ blue 155

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

Shades of Ultramarine #1F209B

Tints of Ultramarine #1F209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 71.1%

R = 14.22%
G = 14.68%
B = 71.1%

CMYK

 C value IS 0.8

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F209B (or 0x1F209B) is known color: Ultramarine. HEX triplet: 1F, 20 and 9B. RGB value is (31,32,155). Sum of RGB (Red+Green+Blue) = 31+32+155=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F209B is #E0DF64. Grayscale: #2D2D2D. Windows color (decimal): -14737253 or 10166303. OLE color: 10166303.

HSL color Cylindrical-coordinate representation of color #1F209B: hue angle of 239.52º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F209B is Cyan = 0.8, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 32 155 -
CMYK 0.8 0.79 0 0.39
HSL 239.52º 0.67% 0.36% -
HSV(B) 239.52º 0.8% 0.61% -
XYZ 7 3.69 31.35 -
YUV 45.72 189.67 117.5 -
System Red Green Blue C M Y K H S L
Decimal 31 32 155 0.8 0.79 0 0.39 239.52 0.67 0.36
Hex 1F 20 9B 50 4F 0 27 F0 43 24
Octal 37 40 233 120 117 0 47 360 103 44
Binary 11111 100000 10011011 1010000 1001111 0 100111 11110000 1000011 100100

Color Harmonies of #1F209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F209B

Black with #1F209B

Text Example


Text Example

White with #1F209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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