Html Css Color HEX #191F9B Ultramarine

📋 copy color: '#191F9B'

red 25 ◦ green 31 ◦ blue 155

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

Shades of Ultramarine #191F9B

Tints of Ultramarine #191F9B

RGB

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

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

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

R = 11.85%
G = 14.69%
B = 73.46%

CMYK

 C value IS 0.84

 M value IS 0.8

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#191F9B (or 0x191F9B) is known color: Ultramarine. HEX triplet: 19, 1F and 9B. RGB value is (25,31,155). Sum of RGB (Red+Green+Blue) = 25+31+155=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #191F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191F9B is #E6E064. Grayscale: #2A2A2A. Windows color (decimal): -15130725 or 10166041. OLE color: 10166041.

HSL color Cylindrical-coordinate representation of color #191F9B: hue angle of 237.23º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191F9B is Cyan = 0.84, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 31 155 -
CMYK 0.84 0.8 0 0.39
HSL 237.23º 0.72% 0.35% -
HSV(B) 237.23º 0.84% 0.61% -
XYZ 6.81 3.55 31.34 -
YUV 43.34 191.01 114.92 -
System Red Green Blue C M Y K H S L
Decimal 25 31 155 0.84 0.8 0 0.39 237.23 0.72 0.35
Hex 19 1F 9B 54 50 0 27 ED 48 23
Octal 31 37 233 124 120 0 47 355 110 43
Binary 11001 11111 10011011 1010100 1010000 0 100111 11101101 1001000 100011

Color Harmonies of #191F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191F9B

Black with #191F9B

Text Example


Text Example

White with #191F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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