#1B057A

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

Shades of Ultramarine #1B057A

Tints of Ultramarine #1B057A

Color information

#1B057A (or 0x1B057A) is unknown color: approx Ultramarine. HEX triplet: 1B, 05 and 7A. RGB value is (27,5,122). Sum of RGB (Red+Green+Blue) = 27+5+122=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 122 (48.05% from 255 or 79.22% from 154); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B057A is #E4FA85. Grayscale: #181818. Windows color (decimal): -15006342 or 7996699. OLE color: 7996699.

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

Color convert

RGB275122-
CMYK0.780.9600.52
HSL251.28º92.13%24.9%-
HSV(B)251.28º95.9%47.84%-
XYZ4.021.7518.54-
YUV24.92182.79129.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.53%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 122 (48.05% from 255) = 79.22%
R=17.53%
G=3.25%
B=79.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2751220.780.9600.52251.2892.1324.9
Hex1B57A4E60034fb5c19
Octal33517211614006437313431
Binary11011101111101010011101100000011010011111011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,5,122); }

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

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

 a { background-color: rgb(27,5,122); }

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

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

 span { border-color: rgb(27,5,122); }

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