#1B077A

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

Shades of Ultramarine #1B077A

Tints of Ultramarine #1B077A

Color information

#1B077A (or 0x1B077A) is unknown color: approx Ultramarine. HEX triplet: 1B, 07 and 7A. RGB value is (27,7,122). Sum of RGB (Red+Green+Blue) = 27+7+122=156 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.31% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 122 (48.05% from 255 or 78.21% from 156); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B077A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B077A is #E4F885. Grayscale: #191919. Windows color (decimal): -15005830 or 7997211. OLE color: 7997211.

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

Color convert

RGB277122-
CMYK0.780.9400.52
HSL250.43º89.15%25.29%-
HSV(B)250.43º94.26%47.84%-
XYZ4.041.7918.54-
YUV26.09182.13128.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.31%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 122 (48.05% from 255) = 78.21%
R=17.31%
G=4.49%
B=78.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2771220.780.9400.52250.4389.1525.29
Hex1B77A4E5E034fa5919
Octal33717211613606437213131
Binary11011111111101010011101011110011010011111010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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