Html Css Color HEX #1F218B Ultramarine

📋 copy color: '#1F218B'

red 31 ◦ green 33 ◦ blue 139

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

Shades of Ultramarine #1F218B

Tints of Ultramarine #1F218B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

 BLUE value IS 139 (54.69% from 255) = 68.47%

R = 15.27%
G = 16.26%
B = 68.47%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F218B (or 0x1F218B) is known color: Ultramarine. HEX triplet: 1F, 21 and 8B. RGB value is (31,33,139). Sum of RGB (Red+Green+Blue) = 31+33+139=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F218B is #E0DE74. Grayscale: #2C2C2C. Windows color (decimal): -14737013 or 9117983. OLE color: 9117983.

HSL color Cylindrical-coordinate representation of color #1F218B: hue angle of 238.89º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F218B is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 33 139 -
CMYK 0.78 0.76 0 0.45
HSL 238.89º 0.64% 0.33% -
HSV(B) 238.89º 0.78% 0.55% -
XYZ 5.77 3.24 24.75 -
YUV 44.49 181.34 118.38 -
System Red Green Blue C M Y K H S L
Decimal 31 33 139 0.78 0.76 0 0.45 238.89 0.64 0.33
Hex 1F 21 8B 4E 4C 0 2D EF 40 21
Octal 37 41 213 116 114 0 55 357 100 41
Binary 11111 100001 10001011 1001110 1001100 0 101101 11101111 1000000 100001

Color Harmonies of #1F218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F218B

Black with #1F218B

Text Example


Text Example

White with #1F218B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,33,139); }

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

background-color css

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

 a { background-color: rgb(31,33,139); }

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

border-color css

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

 span { border-color: rgb(31,33,139); }

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