Html Css Color HEX #191F9E Ultramarine

📋 copy color: '#191F9E'

red 25 ◦ green 31 ◦ blue 158

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

Shades of Ultramarine #191F9E

Tints of Ultramarine #191F9E

RGB

 RED value IS 25 (10.16% from 255) = 11.68%

 GREEN value IS 31 (12.5% from 255) = 14.49%

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

R = 11.68%
G = 14.49%
B = 73.83%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#191F9E (or 0x191F9E) is known color: Ultramarine. HEX triplet: 19, 1F and 9E. RGB value is (25,31,158). Sum of RGB (Red+Green+Blue) = 25+31+158=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 158 (62.11% from 255 or 73.83% from 214); Max value from RGB is 158 - color contains mainly: blue. Hex color #191F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191F9E is #E6E061. Grayscale: #2B2B2B. Windows color (decimal): -15130722 or 10362649. OLE color: 10362649.

HSL color Cylindrical-coordinate representation of color #191F9E: hue angle of 237.29º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191F9E is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 31 158 -
CMYK 0.84 0.80 0 0.38
HSL 237.29º 0.73% 0.36% -
HSV(B) 237.29º 0.84% 0.62% -
XYZ 7.06 3.66 32.68 -
YUV 43.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 25 31 158 0.84 0.80 0 0.38 237.29 0.73 0.36
Hex 19 1F 9E 54 50 0 26 ED 49 24
Octal 31 37 236 124 120 0 46 355 111 44
Binary 11001 11111 10011110 1010100 1010000 0 100110 11101101 1001001 100100

Color Harmonies of #191F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191F9E

Black with #191F9E

Text Example


Text Example

White with #191F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191F9E; }

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

 H1.HeaderClassName
 {
   color: #191F9E;
 }
 .AnyTagClassName
 {
   color: #191F9E;
 }
</style>

background-color css

<style>
 a { background-color: #191F9E; }

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

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

border-color css

<style>
 span { border-color: #191F9E; }

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

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