#1B0782

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

Shades of Ultramarine #1B0782

Tints of Ultramarine #1B0782

Color information

#1B0782 (or 0x1B0782) is unknown color: approx Ultramarine. HEX triplet: 1B, 07 and 82. RGB value is (27,7,130). Sum of RGB (Red+Green+Blue) = 27+7+130=164 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.46% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 130 (51.17% from 255 or 79.27% from 164); Max value from RGB is 130 - color contains mainly: blue. Hex color #1B0782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0782 is #E4F87D. Grayscale: #1A1A1A. Windows color (decimal): -15005822 or 8521499. OLE color: 8521499.

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

Color convert

RGB277130-
CMYK0.790.9500.49
HSL249.76º89.78%26.86%-
HSV(B)249.76º94.62%50.98%-
XYZ4.56221.26-
YUV27186.13128-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.46%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 130 (51.17% from 255) = 79.27%
R=16.46%
G=4.27%
B=79.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2771300.790.9500.49249.7689.7826.86
Hex1B7824F5F031fa5a1b
Octal33720211713706137213233
Binary110111111000001010011111011111011000111111010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,7,130); }

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

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

 a { background-color: rgb(27,7,130); }

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

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

 span { border-color: rgb(27,7,130); }

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