#1B0682

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

Shades of Ultramarine #1B0682

Tints of Ultramarine #1B0682

Color information

#1B0682 (or 0x1B0682) is unknown color: approx Ultramarine. HEX triplet: 1B, 06 and 82. RGB value is (27,6,130). Sum of RGB (Red+Green+Blue) = 27+6+130=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 130 (51.17% from 255 or 79.75% from 163); Max value from RGB is 130 - color contains mainly: blue. Hex color #1B0682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0682 is #E4F97D. Grayscale: #191919. Windows color (decimal): -15006078 or 8521243. OLE color: 8521243.

HSL color Cylindrical-coordinate representation of color #1B0682: hue angle of 250.16º degrees, saturation: 0.91, 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 #1B0682 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB276130-
CMYK0.790.9500.49
HSL250.16º91.18%26.67%-
HSV(B)250.16º95.38%50.98%-
XYZ4.551.9721.26-
YUV26.42186.46128.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.56%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 130 (51.17% from 255) = 79.75%
R=16.56%
G=3.68%
B=79.75%

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
Decimal2761300.790.9500.49250.1691.1826.67
Hex1B6824F5F031fa5b1b
Octal33620211713706137213333
Binary110111101000001010011111011111011000111111010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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