Html Css Color HEX #1A049B Ultramarine

📋 copy color: '#1A049B'

red 26 ◦ green 4 ◦ blue 155

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

Shades of Ultramarine #1A049B

Tints of Ultramarine #1A049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 14.05%
G = 2.16%
B = 83.78%

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

#1A049B (or 0x1A049B) is known color: Ultramarine. HEX triplet: 1A, 04 and 9B. RGB value is (26,4,155). Sum of RGB (Red+Green+Blue) = 26+4+155=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A049B is #E5FB64. Grayscale: #1B1B1B. Windows color (decimal): -15072101 or 10159130. OLE color: 10159130.

HSL color Cylindrical-coordinate representation of color #1A049B: hue angle of 248.74º degrees, saturation: 0.95, 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 #1A049B is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 26 4 155 -
CMYK 0.83 0.97 0 0.39
HSL 248.74º 0.95% 0.31% -
HSV(B) 248.74º 0.97% 0.61% -
XYZ 6.39 2.67 31.19 -
YUV 27.79 199.79 126.72 -
System Red Green Blue C M Y K H S L
Decimal 26 4 155 0.83 0.97 0 0.39 248.74 0.95 0.31
Hex 1A 4 9B 53 61 0 27 F9 5F 1F
Octal 32 4 233 123 141 0 47 371 137 37
Binary 11010 100 10011011 1010011 1100001 0 100111 11111001 1011111 11111

Color Harmonies of #1A049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A049B

Black with #1A049B

Text Example


Text Example

White with #1A049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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