Html Css Color HEX #1A149D Ultramarine

📋 copy color: '#1A149D'

red 26 ◦ green 20 ◦ blue 157

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

Shades of Ultramarine #1A149D

Tints of Ultramarine #1A149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.85%

 BLUE value IS 157 (61.72% from 255) = 77.34%

R = 12.81%
G = 9.85%
B = 77.34%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A149D (or 0x1A149D) is known color: Ultramarine. HEX triplet: 1A, 14 and 9D. RGB value is (26,20,157). Sum of RGB (Red+Green+Blue) = 26+20+157=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A149D is #E5EB62. Grayscale: #242424. Windows color (decimal): -15068003 or 10294298. OLE color: 10294298.

HSL color Cylindrical-coordinate representation of color #1A149D: hue angle of 242.63º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A149D is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 20 157 -
CMYK 0.83 0.87 0 0.38
HSL 242.63º 0.77% 0.35% -
HSV(B) 242.63º 0.87% 0.62% -
XYZ 6.76 3.15 32.15 -
YUV 37.41 195.49 119.86 -
System Red Green Blue C M Y K H S L
Decimal 26 20 157 0.83 0.87 0 0.38 242.63 0.77 0.35
Hex 1A 14 9D 53 57 0 26 F3 4D 23
Octal 32 24 235 123 127 0 46 363 115 43
Binary 11010 10100 10011101 1010011 1010111 0 100110 11110011 1001101 100011

Color Harmonies of #1A149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A149D

Black with #1A149D

Text Example


Text Example

White with #1A149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,20,157); }

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

background-color css

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

 a { background-color: rgb(26,20,157); }

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

border-color css

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

 span { border-color: rgb(26,20,157); }

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