Html Css Color HEX #1A018C Ultramarine

📋 copy color: '#1A018C'

red 26 ◦ green 1 ◦ blue 140

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

Shades of Ultramarine #1A018C

Tints of Ultramarine #1A018C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 140 (55.08% from 255) = 83.83%

R = 15.57%
G = 0.6%
B = 83.83%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1A018C (or 0x1A018C) is known color: Ultramarine. HEX triplet: 1A, 01 and 8C. RGB value is (26,1,140). Sum of RGB (Red+Green+Blue) = 26+1+140=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 140 (55.08% from 255 or 83.83% from 167); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A018C is #E5FE73. Grayscale: #171717. Windows color (decimal): -15072884 or 9175322. OLE color: 9175322.

HSL color Cylindrical-coordinate representation of color #1A018C: hue angle of 250.79º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A018C is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 26 1 140 -
CMYK 0.81 0.99 0 0.45
HSL 250.79º 0.99% 0.28% -
HSV(B) 250.79º 0.99% 0.55% -
XYZ 5.17 2.13 24.95 -
YUV 24.32 193.28 129.2 -
System Red Green Blue C M Y K H S L
Decimal 26 1 140 0.81 0.99 0 0.45 250.79 0.99 0.28
Hex 1A 1 8C 51 63 0 2D FB 63 1C
Octal 32 1 214 121 143 0 55 373 143 34
Binary 11010 1 10001100 1010001 1100011 0 101101 11111011 1100011 11100

Color Harmonies of #1A018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A018C

Black with #1A018C

Text Example


Text Example

White with #1A018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,1,140); }

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

background-color css

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

 a { background-color: rgb(26,1,140); }

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

border-color css

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

 span { border-color: rgb(26,1,140); }

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