Html Css Color HEX #1A017E Ultramarine

📋 copy color: '#1A017E'

red 26 ◦ green 1 ◦ blue 126

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

Shades of Ultramarine #1A017E

Tints of Ultramarine #1A017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 82.35%

R = 16.99%
G = 0.65%
B = 82.35%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1A017E (or 0x1A017E) is known color: Ultramarine. HEX triplet: 1A, 01 and 7E. RGB value is (26,1,126). Sum of RGB (Red+Green+Blue) = 26+1+126=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 126 (49.61% from 255 or 82.35% from 153); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A017E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A017E is #E5FE81. Grayscale: #161616. Windows color (decimal): -15072898 or 8257818. OLE color: 8257818.

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

Color convert

RGB 26 1 126 -
CMYK 0.79 0.99 0 0.51
HSL 252º 0.98% 0.25% -
HSV(B) 252º 0.99% 0.49% -
XYZ 4.2 1.75 19.85 -
YUV 22.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 26 1 126 0.79 0.99 0 0.51 252 0.98 0.25
Hex 1A 1 7E 4F 63 0 33 FC 62 19
Octal 32 1 176 117 143 0 63 374 142 31
Binary 11010 1 1111110 1001111 1100011 0 110011 11111100 1100010 11001

Color Harmonies of #1A017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A017E

Black with #1A017E

Text Example


Text Example

White with #1A017E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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