Html Css Color HEX #1F219B Ultramarine

📋 copy color: '#1F219B'

red 31 ◦ green 33 ◦ blue 155

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

Shades of Ultramarine #1F219B

Tints of Ultramarine #1F219B

RGB

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

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

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

R = 14.16%
G = 15.07%
B = 70.78%

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

#1F219B (or 0x1F219B) is known color: Ultramarine. HEX triplet: 1F, 21 and 9B. RGB value is (31,33,155). Sum of RGB (Red+Green+Blue) = 31+33+155=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F219B is #E0DE64. Grayscale: #2D2D2D. Windows color (decimal): -14736997 or 10166559. OLE color: 10166559.

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

Color convert

RGB 31 33 155 -
CMYK 0.8 0.79 0 0.39
HSL 239.03º 0.67% 0.36% -
HSV(B) 239.03º 0.8% 0.61% -
XYZ 7.03 3.75 31.36 -
YUV 46.31 189.34 117.08 -
System Red Green Blue C M Y K H S L
Decimal 31 33 155 0.8 0.79 0 0.39 239.03 0.67 0.36
Hex 1F 21 9B 50 4F 0 27 EF 43 24
Octal 37 41 233 120 117 0 47 357 103 44
Binary 11111 100001 10011011 1010000 1001111 0 100111 11101111 1000011 100100

Color Harmonies of #1F219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F219B

Black with #1F219B

Text Example


Text Example

White with #1F219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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