Html Css Color HEX #1A11B2 Ultramarine

📋 copy color: '#1A11B2'

red 26 ◦ green 17 ◦ blue 178

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

Shades of Ultramarine #1A11B2

Tints of Ultramarine #1A11B2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.69%

 BLUE value IS 178 (69.92% from 255) = 80.54%

R = 11.76%
G = 7.69%
B = 80.54%

CMYK

 C value IS 0.85

 M value IS 0.90

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1A11B2 (or 0x1A11B2) is known color: Ultramarine. HEX triplet: 1A, 11 and B2. RGB value is (26,17,178). Sum of RGB (Red+Green+Blue) = 26+17+178=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 178 (69.92% from 255 or 80.54% from 221); Max value from RGB is 178 - color contains mainly: blue. Hex color #1A11B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A11B2 is #E5EE4D. Grayscale: #252525. Windows color (decimal): -15068750 or 11669786. OLE color: 11669786.

HSL color Cylindrical-coordinate representation of color #1A11B2: hue angle of 243.35º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A11B2 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 26 17 178 -
CMYK 0.85 0.90 0 0.30
HSL 243.35º 0.83% 0.38% -
HSV(B) 243.35º 0.9% 0.7% -
XYZ 8.66 3.83 42.4 -
YUV 38.05 206.98 119.41 -
System Red Green Blue C M Y K H S L
Decimal 26 17 178 0.85 0.90 0 0.30 243.35 0.83 0.38
Hex 1A 11 B2 55 5A 0 1E F3 53 26
Octal 32 21 262 125 132 0 36 363 123 46
Binary 11010 10001 10110010 1010101 1011010 0 11110 11110011 1010011 100110

Color Harmonies of #1A11B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A11B2

Black with #1A11B2

Text Example


Text Example

White with #1A11B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,17,178); }

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

background-color css

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

 a { background-color: rgb(26,17,178); }

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

border-color css

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

 span { border-color: rgb(26,17,178); }

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