Html Css Color HEX #1A059B Ultramarine

📋 copy color: '#1A059B'

red 26 ◦ green 5 ◦ blue 155

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

Shades of Ultramarine #1A059B

Tints of Ultramarine #1A059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 155 (60.94% from 255) = 83.33%

R = 13.98%
G = 2.69%
B = 83.33%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1A059B (or 0x1A059B) is known color: Ultramarine. HEX triplet: 1A, 05 and 9B. RGB value is (26,5,155). Sum of RGB (Red+Green+Blue) = 26+5+155=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 155 (60.94% from 255 or 83.33% from 186); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A059B is #E5FA64. Grayscale: #1B1B1B. Windows color (decimal): -15071845 or 10159386. OLE color: 10159386.

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

Color convert

RGB 26 5 155 -
CMYK 0.83 0.97 0 0.39
HSL 248.4º 0.94% 0.31% -
HSV(B) 248.4º 0.97% 0.61% -
XYZ 6.4 2.69 31.19 -
YUV 28.38 199.46 126.3 -
System Red Green Blue C M Y K H S L
Decimal 26 5 155 0.83 0.97 0 0.39 248.4 0.94 0.31
Hex 1A 5 9B 53 61 0 27 F8 5E 1F
Octal 32 5 233 123 141 0 47 370 136 37
Binary 11010 101 10011011 1010011 1100001 0 100111 11111000 1011110 11111

Color Harmonies of #1A059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A059B

Black with #1A059B

Text Example


Text Example

White with #1A059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,5,155); }

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

background-color css

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

 a { background-color: rgb(26,5,155); }

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

border-color css

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

 span { border-color: rgb(26,5,155); }

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