Html Css Color HEX #1A0888 Ultramarine

📋 copy color: '#1A0888'

red 26 ◦ green 8 ◦ blue 136

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

Shades of Ultramarine #1A0888

Tints of Ultramarine #1A0888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.71%

 BLUE value IS 136 (53.52% from 255) = 80%

R = 15.29%
G = 4.71%
B = 80%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1A0888 (or 0x1A0888) is known color: Ultramarine. HEX triplet: 1A, 08 and 88. RGB value is (26,8,136). Sum of RGB (Red+Green+Blue) = 26+8+136=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 136 (53.52% from 255 or 80% from 170); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A0888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0888 is #E5F777. Grayscale: #1B1B1B. Windows color (decimal): -15071096 or 8914970. OLE color: 8914970.

HSL color Cylindrical-coordinate representation of color #1A0888: hue angle of 248.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A0888 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 26 8 136 -
CMYK 0.81 0.94 0 0.47
HSL 248.44º 0.89% 0.28% -
HSV(B) 248.44º 0.94% 0.53% -
XYZ 4.96 2.17 23.45 -
YUV 27.97 188.96 126.59 -
System Red Green Blue C M Y K H S L
Decimal 26 8 136 0.81 0.94 0 0.47 248.44 0.89 0.28
Hex 1A 8 88 51 5E 0 2F F8 59 1C
Octal 32 10 210 121 136 0 57 370 131 34
Binary 11010 1000 10001000 1010001 1011110 0 101111 11111000 1011001 11100

Color Harmonies of #1A0888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0888

Black with #1A0888

Text Example


Text Example

White with #1A0888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,8,136); }

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

background-color css

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

 a { background-color: rgb(26,8,136); }

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

border-color css

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

 span { border-color: rgb(26,8,136); }

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