Html Css Color HEX #1A017A Ultramarine

📋 copy color: '#1A017A'

red 26 ◦ green 1 ◦ blue 122

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

Shades of Ultramarine #1A017A

Tints of Ultramarine #1A017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 122 (48.05% from 255) = 81.88%

R = 17.45%
G = 0.67%
B = 81.88%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1A017A (or 0x1A017A) is known color: Ultramarine. HEX triplet: 1A, 01 and 7A. RGB value is (26,1,122). Sum of RGB (Red+Green+Blue) = 26+1+122=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 122 (48.05% from 255 or 81.88% from 149); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A017A is #E5FE85. Grayscale: #151515. Windows color (decimal): -15072902 or 7995674. OLE color: 7995674.

HSL color Cylindrical-coordinate representation of color #1A017A: hue angle of 252.4º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A017A is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 26 1 122 -
CMYK 0.79 0.99 0 0.52
HSL 252.4º 0.98% 0.24% -
HSV(B) 252.4º 0.99% 0.48% -
XYZ 3.95 1.65 18.52 -
YUV 22.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 26 1 122 0.79 0.99 0 0.52 252.4 0.98 0.24
Hex 1A 1 7A 4F 63 0 34 FC 62 18
Octal 32 1 172 117 143 0 64 374 142 30
Binary 11010 1 1111010 1001111 1100011 0 110100 11111100 1100010 11000

Color Harmonies of #1A017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A017A

Black with #1A017A

Text Example


Text Example

White with #1A017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,1,122); }

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

background-color css

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

 a { background-color: rgb(26,1,122); }

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

border-color css

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

 span { border-color: rgb(26,1,122); }

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