Html Css Color HEX #1A0085 Ultramarine

📋 copy color: '#1A0085'

red 26 ◦ green 0 ◦ blue 133

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

Shades of Ultramarine #1A0085

Tints of Ultramarine #1A0085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 16.35%
G = 0%
B = 83.65%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1A0085 (or 0x1A0085) is known color: Ultramarine. HEX triplet: 1A, 00 and 85. RGB value is (26,0,133). Sum of RGB (Red+Green+Blue) = 26+0+133=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 133 (52.34% from 255 or 83.65% from 159); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A0085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A0085 is #E5FF7A. Grayscale: #161616. Windows color (decimal): -15073147 or 8716314. OLE color: 8716314.

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

Color convert

RGB 26 0 133 -
CMYK 0.80 1 0 0.48
HSL 251.73º 1% 0.26% -
HSV(B) 251.73º 1% 0.52% -
XYZ 4.66 1.91 22.31 -
YUV 22.94 190.11 130.19 -
System Red Green Blue C M Y K H S L
Decimal 26 0 133 0.80 1 0 0.48 251.73 1 0.26
Hex 1A 0 85 50 64 0 30 FC 64 1A
Octal 32 0 205 120 144 0 60 374 144 32
Binary 11010 0 10000101 1010000 1100100 0 110000 11111100 1100100 11010

Color Harmonies of #1A0085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0085

Black with #1A0085

Text Example


Text Example

White with #1A0085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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