Html Css Color HEX #1A0985 Ultramarine

📋 copy color: '#1A0985'

red 26 ◦ green 9 ◦ blue 133

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

Shades of Ultramarine #1A0985

Tints of Ultramarine #1A0985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

 BLUE value IS 133 (52.34% from 255) = 79.17%

R = 15.48%
G = 5.36%
B = 79.17%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1A0985 (or 0x1A0985) is known color: Ultramarine. HEX triplet: 1A, 09 and 85. RGB value is (26,9,133). Sum of RGB (Red+Green+Blue) = 26+9+133=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 133 (52.34% from 255 or 79.17% from 168); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A0985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0985 is #E5F67A. Grayscale: #1B1B1B. Windows color (decimal): -15070843 or 8718618. OLE color: 8718618.

HSL color Cylindrical-coordinate representation of color #1A0985: hue angle of 248.23º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0985 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 26 9 133 -
CMYK 0.80 0.93 0 0.48
HSL 248.23º 0.87% 0.28% -
HSV(B) 248.23º 0.93% 0.52% -
XYZ 4.76 2.11 22.35 -
YUV 28.22 187.13 126.42 -
System Red Green Blue C M Y K H S L
Decimal 26 9 133 0.80 0.93 0 0.48 248.23 0.87 0.28
Hex 1A 9 85 50 5D 0 30 F8 57 1C
Octal 32 11 205 120 135 0 60 370 127 34
Binary 11010 1001 10000101 1010000 1011101 0 110000 11111000 1010111 11100

Color Harmonies of #1A0985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0985

Black with #1A0985

Text Example


Text Example

White with #1A0985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,9,133); }

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

background-color css

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

 a { background-color: rgb(26,9,133); }

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

border-color css

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

 span { border-color: rgb(26,9,133); }

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