Html Css Color HEX #1A017B Ultramarine

📋 copy color: '#1A017B'

red 26 ◦ green 1 ◦ blue 123

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

Shades of Ultramarine #1A017B

Tints of Ultramarine #1A017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 82%

R = 17.33%
G = 0.67%
B = 82%

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

#1A017B (or 0x1A017B) is known color: Ultramarine. HEX triplet: 1A, 01 and 7B. RGB value is (26,1,123). Sum of RGB (Red+Green+Blue) = 26+1+123=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 123 (48.44% from 255 or 82% from 150); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A017B is #E5FE84. Grayscale: #151515. Windows color (decimal): -15072901 or 8061210. OLE color: 8061210.

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

Color convert

RGB 26 1 123 -
CMYK 0.79 0.99 0 0.52
HSL 252.3º 0.98% 0.24% -
HSV(B) 252.3º 0.99% 0.48% -
XYZ 4.01 1.67 18.85 -
YUV 22.38 184.78 130.58 -
System Red Green Blue C M Y K H S L
Decimal 26 1 123 0.79 0.99 0 0.52 252.3 0.98 0.24
Hex 1A 1 7B 4F 63 0 34 FC 62 18
Octal 32 1 173 117 143 0 64 374 142 30
Binary 11010 1 1111011 1001111 1100011 0 110100 11111100 1100010 11000

Color Harmonies of #1A017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A017B

Black with #1A017B

Text Example


Text Example

White with #1A017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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