Html Css Color HEX #1F219E Ultramarine

📋 copy color: '#1F219E'

red 31 ◦ green 33 ◦ blue 158

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

Shades of Ultramarine #1F219E

Tints of Ultramarine #1F219E

RGB

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

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

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

R = 13.96%
G = 14.86%
B = 71.17%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F219E (or 0x1F219E) is known color: Ultramarine. HEX triplet: 1F, 21 and 9E. RGB value is (31,33,158). Sum of RGB (Red+Green+Blue) = 31+33+158=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F219E is #E0DE61. Grayscale: #2E2E2E. Windows color (decimal): -14736994 or 10363167. OLE color: 10363167.

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

Color convert

RGB 31 33 158 -
CMYK 0.80 0.79 0 0.38
HSL 239.06º 0.67% 0.37% -
HSV(B) 239.06º 0.8% 0.62% -
XYZ 7.28 3.85 32.71 -
YUV 46.65 190.84 116.84 -
System Red Green Blue C M Y K H S L
Decimal 31 33 158 0.80 0.79 0 0.38 239.06 0.67 0.37
Hex 1F 21 9E 50 4F 0 26 EF 43 25
Octal 37 41 236 120 117 0 46 357 103 45
Binary 11111 100001 10011110 1010000 1001111 0 100110 11101111 1000011 100101

Color Harmonies of #1F219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F219E

Black with #1F219E

Text Example


Text Example

White with #1F219E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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