#1B007C

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

Shades of Ultramarine #1B007C

Tints of Ultramarine #1B007C

Color information

#1B007C (or 0x1B007C) is unknown color: approx Ultramarine. HEX triplet: 1B, 00 and 7C. RGB value is (27,0,124). Sum of RGB (Red+Green+Blue) = 27+0+124=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B007C is #E4FF83. Grayscale: #151515. Windows color (decimal): -15007620 or 8126491. OLE color: 8126491.

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

Color convert

RGB270124-
CMYK0.78100.51
HSL253.06º100%24.31%-
HSV(B)253.06º100%48.63%-
XYZ4.091.6919.18-
YUV22.21185.45131.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 82.12%
R=17.88%
G=0%
B=82.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2701240.78100.51253.0610024.31
Hex1B07C4E64033fd6418
Octal33017411614406337514430
Binary110110111110010011101100100011001111111101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,0,124); }

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

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

 a { background-color: rgb(27,0,124); }

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

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

 span { border-color: rgb(27,0,124); }

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