Html Css Color HEX #1A04AD Ultramarine

📋 copy color: '#1A04AD'

red 26 ◦ green 4 ◦ blue 173

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

Shades of Ultramarine #1A04AD

Tints of Ultramarine #1A04AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

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

R = 12.81%
G = 1.97%
B = 85.22%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A04AD (or 0x1A04AD) is known color: Ultramarine. HEX triplet: 1A, 04 and AD. RGB value is (26,4,173). Sum of RGB (Red+Green+Blue) = 26+4+173=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 173 (67.97% from 255 or 85.22% from 203); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A04AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A04AD is #E5FB52. Grayscale: #1D1D1D. Windows color (decimal): -15072083 or 11338778. OLE color: 11338778.

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

Color convert

RGB 26 4 173 -
CMYK 0.85 0.98 0 0.32
HSL 247.81º 0.95% 0.35% -
HSV(B) 247.81º 0.98% 0.68% -
XYZ 8.01 3.32 39.75 -
YUV 29.84 208.79 125.26 -
System Red Green Blue C M Y K H S L
Decimal 26 4 173 0.85 0.98 0 0.32 247.81 0.95 0.35
Hex 1A 4 AD 55 62 0 20 F8 5F 23
Octal 32 4 255 125 142 0 40 370 137 43
Binary 11010 100 10101101 1010101 1100010 0 100000 11111000 1011111 100011

Color Harmonies of #1A04AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A04AD

Black with #1A04AD

Text Example


Text Example

White with #1A04AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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