Html Css Color HEX #1A1183 Ultramarine

📋 copy color: '#1A1183'

red 26 ◦ green 17 ◦ blue 131

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

Shades of Ultramarine #1A1183

Tints of Ultramarine #1A1183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 75.29%

R = 14.94%
G = 9.77%
B = 75.29%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1A1183 (or 0x1A1183) is known color: Ultramarine. HEX triplet: 1A, 11 and 83. RGB value is (26,17,131). Sum of RGB (Red+Green+Blue) = 26+17+131=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 131 (51.56% from 255 or 75.29% from 174); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A1183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1183 is #E5EE7C. Grayscale: #202020. Windows color (decimal): -15068797 or 8589594. OLE color: 8589594.

HSL color Cylindrical-coordinate representation of color #1A1183: hue angle of 244.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A1183 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 26 17 131 -
CMYK 0.80 0.87 0 0.49
HSL 244.74º 0.77% 0.29% -
HSV(B) 244.74º 0.87% 0.51% -
XYZ 4.72 2.26 21.66 -
YUV 32.69 183.48 123.23 -
System Red Green Blue C M Y K H S L
Decimal 26 17 131 0.80 0.87 0 0.49 244.74 0.77 0.29
Hex 1A 11 83 50 57 0 31 F5 4D 1D
Octal 32 21 203 120 127 0 61 365 115 35
Binary 11010 10001 10000011 1010000 1010111 0 110001 11110101 1001101 11101

Color Harmonies of #1A1183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A1183

Black with #1A1183

Text Example


Text Example

White with #1A1183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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