Html Css Color HEX #1A0787 Ultramarine

📋 copy color: '#1A0787'

red 26 ◦ green 7 ◦ blue 135

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

Shades of Ultramarine #1A0787

Tints of Ultramarine #1A0787

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.17%

 BLUE value IS 135 (53.13% from 255) = 80.36%

R = 15.48%
G = 4.17%
B = 80.36%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1A0787 (or 0x1A0787) is known color: Ultramarine. HEX triplet: 1A, 07 and 87. RGB value is (26,7,135). Sum of RGB (Red+Green+Blue) = 26+7+135=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 135 (53.12% from 255 or 80.36% from 168); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A0787 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0787 is #E5F878. Grayscale: #1A1A1A. Windows color (decimal): -15071353 or 8849178. OLE color: 8849178.

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

Color convert

RGB 26 7 135 -
CMYK 0.81 0.95 0 0.47
HSL 248.91º 0.9% 0.28% -
HSV(B) 248.91º 0.95% 0.53% -
XYZ 4.88 2.12 23.07 -
YUV 27.27 188.79 127.09 -
System Red Green Blue C M Y K H S L
Decimal 26 7 135 0.81 0.95 0 0.47 248.91 0.9 0.28
Hex 1A 7 87 51 5F 0 2F F9 5A 1C
Octal 32 7 207 121 137 0 57 371 132 34
Binary 11010 111 10000111 1010001 1011111 0 101111 11111001 1011010 11100

Color Harmonies of #1A0787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0787

Black with #1A0787

Text Example


Text Example

White with #1A0787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,7,135); }

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

background-color css

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

 a { background-color: rgb(26,7,135); }

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

border-color css

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

 span { border-color: rgb(26,7,135); }

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