#1A027B

Color #1A027B Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #1A027B

Tints of Ultramarine #1A027B

Color information

#1A027B (or 0x1A027B) is unknown color: approx Ultramarine. HEX triplet: 1A, 02 and 7B. RGB value is (26,2,123). Sum of RGB (Red+Green+Blue) = 26+2+123=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 123 (48.44% from 255 or 81.46% from 151); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A027B is #E5FD84. Grayscale: #161616. Windows color (decimal): -15072645 or 8061466. OLE color: 8061466.

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

Color convert

RGB262123-
CMYK0.790.9800.52
HSL251.9º96.8%24.51%-
HSV(B)251.9º98.37%48.24%-
XYZ4.021.6918.85-
YUV22.97184.45130.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 123 (48.44% from 255) = 81.46%
R=17.22%
G=1.32%
B=81.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2621230.790.9800.52251.996.824.51
Hex1A27B4F62034fc6119
Octal32217311714206437414131
Binary1101010111101110011111100010011010011111100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A027B;
 }
 .AnyTagClassName
 {
   color: #1A027B;
 }
</style>
background-color css

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

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

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

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

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

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