Html Css Color HEX #1A027C Ultramarine

📋 copy color: '#1A027C'

red 26 ◦ green 2 ◦ blue 124

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

Shades of Ultramarine #1A027C

Tints of Ultramarine #1A027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 124 (48.83% from 255) = 81.58%

R = 17.11%
G = 1.32%
B = 81.58%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1A027C (or 0x1A027C) is known color: Ultramarine. HEX triplet: 1A, 02 and 7C. RGB value is (26,2,124). Sum of RGB (Red+Green+Blue) = 26+2+124=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 124 (48.83% from 255 or 81.58% from 152); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A027C is #E5FD83. Grayscale: #161616. Windows color (decimal): -15072644 or 8127002. OLE color: 8127002.

HSL color Cylindrical-coordinate representation of color #1A027C: hue angle of 251.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A027C is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 26 2 124 -
CMYK 0.79 0.98 0 0.51
HSL 251.8º 0.97% 0.25% -
HSV(B) 251.8º 0.98% 0.49% -
XYZ 4.09 1.72 19.19 -
YUV 23.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 26 2 124 0.79 0.98 0 0.51 251.8 0.97 0.25
Hex 1A 2 7C 4F 62 0 33 FC 61 19
Octal 32 2 174 117 142 0 63 374 141 31
Binary 11010 10 1111100 1001111 1100010 0 110011 11111100 1100001 11001

Color Harmonies of #1A027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A027C

Black with #1A027C

Text Example


Text Example

White with #1A027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,2,124); }

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

background-color css

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

 a { background-color: rgb(26,2,124); }

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

border-color css

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

 span { border-color: rgb(26,2,124); }

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