Html Css Color HEX #1A178D Ultramarine

📋 copy color: '#1A178D'

red 26 ◦ green 23 ◦ blue 141

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

Shades of Ultramarine #1A178D

Tints of Ultramarine #1A178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 74.21%

R = 13.68%
G = 12.11%
B = 74.21%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A178D (or 0x1A178D) is known color: Ultramarine. HEX triplet: 1A, 17 and 8D. RGB value is (26,23,141). Sum of RGB (Red+Green+Blue) = 26+23+141=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A178D is #E5E872. Grayscale: #242424. Windows color (decimal): -15067251 or 9246490. OLE color: 9246490.

HSL color Cylindrical-coordinate representation of color #1A178D: hue angle of 241.53º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A178D is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 23 141 -
CMYK 0.82 0.84 0 0.45
HSL 241.53º 0.72% 0.32% -
HSV(B) 241.53º 0.84% 0.55% -
XYZ 5.54 2.76 25.44 -
YUV 37.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 26 23 141 0.82 0.84 0 0.45 241.53 0.72 0.32
Hex 1A 17 8D 52 54 0 2D F2 48 20
Octal 32 27 215 122 124 0 55 362 110 40
Binary 11010 10111 10001101 1010010 1010100 0 101101 11110010 1001000 100000

Color Harmonies of #1A178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A178D

Black with #1A178D

Text Example


Text Example

White with #1A178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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