#1B047A

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

Shades of Ultramarine #1B047A

Tints of Ultramarine #1B047A

Color information

#1B047A (or 0x1B047A) is unknown color: approx Ultramarine. HEX triplet: 1B, 04 and 7A. RGB value is (27,4,122). Sum of RGB (Red+Green+Blue) = 27+4+122=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 122 (48.05% from 255 or 79.74% from 153); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B047A is #E4FB85. Grayscale: #171717. Windows color (decimal): -15006598 or 7996443. OLE color: 7996443.

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

Color convert

RGB274122-
CMYK0.780.9700.52
HSL251.69º93.65%24.71%-
HSV(B)251.69º96.72%47.84%-
XYZ4.011.7218.53-
YUV24.33183.12129.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.65%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 122 (48.05% from 255) = 79.74%
R=17.65%
G=2.61%
B=79.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2741220.780.9700.52251.6993.6524.71
Hex1B47A4E61034fc5e19
Octal33417211614106437413631
Binary11011100111101010011101100001011010011111100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B047A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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