Html Css Color HEX #1A179F Ultramarine

📋 copy color: '#1A179F'

red 26 ◦ green 23 ◦ blue 159

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

Shades of Ultramarine #1A179F

Tints of Ultramarine #1A179F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

 BLUE value IS 159 (62.5% from 255) = 76.44%

R = 12.5%
G = 11.06%
B = 76.44%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A179F (or 0x1A179F) is known color: Ultramarine. HEX triplet: 1A, 17 and 9F. RGB value is (26,23,159). Sum of RGB (Red+Green+Blue) = 26+23+159=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A179F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A179F is #E5E860. Grayscale: #262626. Windows color (decimal): -15067233 or 10426138. OLE color: 10426138.

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

Color convert

RGB 26 23 159 -
CMYK 0.84 0.86 0 0.38
HSL 241.32º 0.75% 0.36% -
HSV(B) 241.32º 0.86% 0.62% -
XYZ 6.99 3.34 33.08 -
YUV 39.4 195.49 118.44 -
System Red Green Blue C M Y K H S L
Decimal 26 23 159 0.84 0.86 0 0.38 241.32 0.75 0.36
Hex 1A 17 9F 54 56 0 26 F1 4B 24
Octal 32 27 237 124 126 0 46 361 113 44
Binary 11010 10111 10011111 1010100 1010110 0 100110 11110001 1001011 100100

Color Harmonies of #1A179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A179F

Black with #1A179F

Text Example


Text Example

White with #1A179F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,23,159); }

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

background-color css

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

 a { background-color: rgb(26,23,159); }

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

border-color css

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

 span { border-color: rgb(26,23,159); }

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