Html Css Color HEX #1F19AA Ultramarine

📋 copy color: '#1F19AA'

red 31 ◦ green 25 ◦ blue 170

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

Shades of Ultramarine #1F19AA

Tints of Ultramarine #1F19AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

 BLUE value IS 170 (66.8% from 255) = 75.22%

R = 13.72%
G = 11.06%
B = 75.22%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F19AA (or 0x1F19AA) is known color: Ultramarine. HEX triplet: 1F, 19 and AA. RGB value is (31,25,170). Sum of RGB (Red+Green+Blue) = 31+25+170=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 170 (66.80% from 255 or 75.22% from 226); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F19AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F19AA is #E0E655. Grayscale: #2A2A2A. Windows color (decimal): -14739030 or 11147551. OLE color: 11147551.

HSL color Cylindrical-coordinate representation of color #1F19AA: hue angle of 242.48º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F19AA is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 25 170 -
CMYK 0.82 0.85 0 0.33
HSL 242.48º 0.74% 0.38% -
HSV(B) 242.48º 0.85% 0.67% -
XYZ 8.17 3.89 38.35 -
YUV 43.32 199.49 119.21 -
System Red Green Blue C M Y K H S L
Decimal 31 25 170 0.82 0.85 0 0.33 242.48 0.74 0.38
Hex 1F 19 AA 52 55 0 21 F2 4A 26
Octal 37 31 252 122 125 0 41 362 112 46
Binary 11111 11001 10101010 1010010 1010101 0 100001 11110010 1001010 100110

Color Harmonies of #1F19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F19AA

Black with #1F19AA

Text Example


Text Example

White with #1F19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,25,170); }

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

background-color css

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

 a { background-color: rgb(31,25,170); }

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

border-color css

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

 span { border-color: rgb(31,25,170); }

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