Html Css Color HEX #1A158A Ultramarine

📋 copy color: '#1A158A'

red 26 ◦ green 21 ◦ blue 138

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

Shades of Ultramarine #1A158A

Tints of Ultramarine #1A158A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

 BLUE value IS 138 (54.3% from 255) = 74.59%

R = 14.05%
G = 11.35%
B = 74.59%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1A158A (or 0x1A158A) is known color: Ultramarine. HEX triplet: 1A, 15 and 8A. RGB value is (26,21,138). Sum of RGB (Red+Green+Blue) = 26+21+138=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 138 (54.30% from 255 or 74.59% from 185); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A158A is #E5EA75. Grayscale: #232323. Windows color (decimal): -15067766 or 9049370. OLE color: 9049370.

HSL color Cylindrical-coordinate representation of color #1A158A: hue angle of 242.56º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A158A is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 26 21 138 -
CMYK 0.81 0.85 0 0.46
HSL 242.56º 0.74% 0.31% -
HSV(B) 242.56º 0.85% 0.54% -
XYZ 5.28 2.59 24.27 -
YUV 35.83 185.66 120.99 -
System Red Green Blue C M Y K H S L
Decimal 26 21 138 0.81 0.85 0 0.46 242.56 0.74 0.31
Hex 1A 15 8A 51 55 0 2E F3 4A 1F
Octal 32 25 212 121 125 0 56 363 112 37
Binary 11010 10101 10001010 1010001 1010101 0 101110 11110011 1001010 11111

Color Harmonies of #1A158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A158A

Black with #1A158A

Text Example


Text Example

White with #1A158A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,21,138); }

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

background-color css

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

 a { background-color: rgb(26,21,138); }

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

border-color css

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

 span { border-color: rgb(26,21,138); }

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