Html Css Color HEX #1A199B Ultramarine

📋 copy color: '#1A199B'

red 26 ◦ green 25 ◦ blue 155

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

Shades of Ultramarine #1A199B

Tints of Ultramarine #1A199B

RGB

 RED value IS 26 (10.55% from 255) = 12.62%

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

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

R = 12.62%
G = 12.14%
B = 75.24%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1A199B (or 0x1A199B) is known color: Ultramarine. HEX triplet: 1A, 19 and 9B. RGB value is (26,25,155). Sum of RGB (Red+Green+Blue) = 26+25+155=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A199B is #E5E664. Grayscale: #272727. Windows color (decimal): -15066725 or 10164506. OLE color: 10164506.

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

Color convert

RGB 26 25 155 -
CMYK 0.83 0.84 0 0.39
HSL 240.46º 0.72% 0.35% -
HSV(B) 240.46º 0.84% 0.61% -
XYZ 6.69 3.28 31.29 -
YUV 40.12 192.83 117.93 -
System Red Green Blue C M Y K H S L
Decimal 26 25 155 0.83 0.84 0 0.39 240.46 0.72 0.35
Hex 1A 19 9B 53 54 0 27 F0 48 23
Octal 32 31 233 123 124 0 47 360 110 43
Binary 11010 11001 10011011 1010011 1010100 0 100111 11110000 1001000 100011

Color Harmonies of #1A199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A199B

Black with #1A199B

Text Example


Text Example

White with #1A199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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