Html Css Color HEX #1A03AE Ultramarine

📋 copy color: '#1A03AE'

red 26 ◦ green 3 ◦ blue 174

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

Shades of Ultramarine #1A03AE

Tints of Ultramarine #1A03AE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

 BLUE value IS 174 (68.36% from 255) = 85.71%

R = 12.81%
G = 1.48%
B = 85.71%

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

#1A03AE (or 0x1A03AE) is known color: Ultramarine. HEX triplet: 1A, 03 and AE. RGB value is (26,3,174). Sum of RGB (Red+Green+Blue) = 26+3+174=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 174 (68.36% from 255 or 85.71% from 203); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A03AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A03AE is #E5FC51. Grayscale: #1C1C1C. Windows color (decimal): -15072338 or 11404058. OLE color: 11404058.

HSL color Cylindrical-coordinate representation of color #1A03AE: hue angle of 248.07º degrees, saturation: 0.97, 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 #1A03AE is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 3 174 -
CMYK 0.85 0.98 0 0.32
HSL 248.07º 0.97% 0.35% -
HSV(B) 248.07º 0.98% 0.68% -
XYZ 8.1 3.34 40.26 -
YUV 29.37 209.62 125.6 -
System Red Green Blue C M Y K H S L
Decimal 26 3 174 0.85 0.98 0 0.32 248.07 0.97 0.35
Hex 1A 3 AE 55 62 0 20 F8 61 23
Octal 32 3 256 125 142 0 40 370 141 43
Binary 11010 11 10101110 1010101 1100010 0 100000 11111000 1100001 100011

Color Harmonies of #1A03AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A03AE

Black with #1A03AE

Text Example


Text Example

White with #1A03AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,3,174); }

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

background-color css

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

 a { background-color: rgb(26,3,174); }

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

border-color css

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

 span { border-color: rgb(26,3,174); }

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