Html Css Color HEX #1A14AD Ultramarine

📋 copy color: '#1A14AD'

red 26 ◦ green 20 ◦ blue 173

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

Shades of Ultramarine #1A14AD

Tints of Ultramarine #1A14AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

 BLUE value IS 173 (67.97% from 255) = 79%

R = 11.87%
G = 9.13%
B = 79%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A14AD (or 0x1A14AD) is known color: Ultramarine. HEX triplet: 1A, 14 and AD. RGB value is (26,20,173). Sum of RGB (Red+Green+Blue) = 26+20+173=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 173 (67.97% from 255 or 79.00% from 219); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A14AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A14AD is #E5EB52. Grayscale: #262626. Windows color (decimal): -15067987 or 11342874. OLE color: 11342874.

HSL color Cylindrical-coordinate representation of color #1A14AD: hue angle of 242.35º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A14AD is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 20 173 -
CMYK 0.85 0.88 0 0.32
HSL 242.35º 0.79% 0.38% -
HSV(B) 242.35º 0.88% 0.68% -
XYZ 8.22 3.74 39.82 -
YUV 39.24 203.49 118.56 -
System Red Green Blue C M Y K H S L
Decimal 26 20 173 0.85 0.88 0 0.32 242.35 0.79 0.38
Hex 1A 14 AD 55 58 0 20 F2 4F 26
Octal 32 24 255 125 130 0 40 362 117 46
Binary 11010 10100 10101101 1010101 1011000 0 100000 11110010 1001111 100110

Color Harmonies of #1A14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A14AD

Black with #1A14AD

Text Example


Text Example

White with #1A14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,20,173); }

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

background-color css

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

 a { background-color: rgb(26,20,173); }

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

border-color css

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

 span { border-color: rgb(26,20,173); }

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