Html Css Color HEX #1A029A Ultramarine

📋 copy color: '#1A029A'

red 26 ◦ green 2 ◦ blue 154

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

Shades of Ultramarine #1A029A

Tints of Ultramarine #1A029A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

 BLUE value IS 154 (60.55% from 255) = 84.62%

R = 14.29%
G = 1.1%
B = 84.62%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1A029A (or 0x1A029A) is known color: Ultramarine. HEX triplet: 1A, 02 and 9A. RGB value is (26,2,154). Sum of RGB (Red+Green+Blue) = 26+2+154=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 154 (60.55% from 255 or 84.62% from 182); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A029A is #E5FD65. Grayscale: #191919. Windows color (decimal): -15072614 or 10093082. OLE color: 10093082.

HSL color Cylindrical-coordinate representation of color #1A029A: hue angle of 249.47º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A029A is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 26 2 154 -
CMYK 0.83 0.99 0 0.40
HSL 249.47º 0.97% 0.31% -
HSV(B) 249.47º 0.99% 0.6% -
XYZ 6.28 2.6 30.74 -
YUV 26.5 199.95 127.64 -
System Red Green Blue C M Y K H S L
Decimal 26 2 154 0.83 0.99 0 0.40 249.47 0.97 0.31
Hex 1A 2 9A 53 63 0 28 F9 61 1F
Octal 32 2 232 123 143 0 50 371 141 37
Binary 11010 10 10011010 1010011 1100011 0 101000 11111001 1100001 11111

Color Harmonies of #1A029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A029A

Black with #1A029A

Text Example


Text Example

White with #1A029A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,2,154); }

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

background-color css

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

 a { background-color: rgb(26,2,154); }

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

border-color css

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

 span { border-color: rgb(26,2,154); }

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