Html Css Color HEX #1A017D Ultramarine

📋 copy color: '#1A017D'

red 26 ◦ green 1 ◦ blue 125

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

Shades of Ultramarine #1A017D

Tints of Ultramarine #1A017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 82.24%

R = 17.11%
G = 0.66%
B = 82.24%

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

#1A017D (or 0x1A017D) is known color: Ultramarine. HEX triplet: 1A, 01 and 7D. RGB value is (26,1,125). Sum of RGB (Red+Green+Blue) = 26+1+125=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 125 (49.22% from 255 or 82.24% from 152); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A017D is #E5FE82. Grayscale: #161616. Windows color (decimal): -15072899 or 8192282. OLE color: 8192282.

HSL color Cylindrical-coordinate representation of color #1A017D: hue angle of 252.1º 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 #1A017D is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 26 1 125 -
CMYK 0.79 0.99 0 0.51
HSL 252.1º 0.98% 0.25% -
HSV(B) 252.1º 0.99% 0.49% -
XYZ 4.14 1.72 19.52 -
YUV 22.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 26 1 125 0.79 0.99 0 0.51 252.1 0.98 0.25
Hex 1A 1 7D 4F 63 0 33 FC 62 19
Octal 32 1 175 117 143 0 63 374 142 31
Binary 11010 1 1111101 1001111 1100011 0 110011 11111100 1100010 11001

Color Harmonies of #1A017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A017D

Black with #1A017D

Text Example


Text Example

White with #1A017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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