#1B067A

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

Shades of Ultramarine #1B067A

Tints of Ultramarine #1B067A

Color information

#1B067A (or 0x1B067A) is unknown color: approx Ultramarine. HEX triplet: 1B, 06 and 7A. RGB value is (27,6,122). Sum of RGB (Red+Green+Blue) = 27+6+122=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 122 (48.05% from 255 or 78.71% from 155); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B067A is #E4F985. Grayscale: #191919. Windows color (decimal): -15006086 or 7996955. OLE color: 7996955.

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

Color convert

RGB276122-
CMYK0.780.9500.52
HSL250.86º90.62%25.1%-
HSV(B)250.86º95.08%47.84%-
XYZ4.031.7718.54-
YUV25.5182.46129.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.42%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 122 (48.05% from 255) = 78.71%
R=17.42%
G=3.87%
B=78.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2761220.780.9500.52250.8690.6225.1
Hex1B67A4E5F034fb5b19
Octal33617211613706437313331
Binary11011110111101010011101011111011010011111011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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