#1b0b7f

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

Shades of Ultramarine #1B0B7F

Tints of Ultramarine #1B0B7F

Color information

#1B0B7F (or 0x1B0B7F) is unknown color: approx Ultramarine. HEX triplet: 1B, 0B and 7F. RGB value is (27,11,127). Sum of RGB (Red+Green+Blue) = 27+11+127=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 127 (50% from 255 or 76.97% from 165); Max value from RGB is 127 - color contains mainly: blue. Hex color #1B0B7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0B7F is #E4F480. Grayscale: #1C1C1C. Windows color (decimal): -15004801 or 8325915. OLE color: 8325915.

HSL color Cylindrical-coordinate representation of color #1B0B7F: hue angle of 248.28º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B0B7F is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2711127-
CMYK0.790.9100.50
HSL248.28º84.06%27.06%-
HSV(B)248.28º91.34%49.8%-
XYZ4.4220.23-
YUV29.01183.3126.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.36%
GREEN value IS 11 (4.69% from 255) = 6.67%
BLUE value IS 127 (50% from 255) = 76.97%
R=16.36%
G=6.67%
B=76.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal27111270.790.9100.50248.2884.0627.06
Hex1BB7F4F5B032f8541b
Octal331317711713306237012433
Binary110111011111111110011111011011011001011111000101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b0b7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,11,127); }

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

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

 a { background-color: rgb(27,11,127); }

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

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

 span { border-color: rgb(27,11,127); }

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