#1B12A7

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

Shades of Ultramarine #1B12A7

Tints of Ultramarine #1B12A7

Color information

#1B12A7 (or 0x1B12A7) is unknown color: approx Ultramarine. HEX triplet: 1B, 12 and A7. RGB value is (27,18,167). Sum of RGB (Red+Green+Blue) = 27+18+167=212 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.74% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 167 (65.62% from 255 or 78.77% from 212); Max value from RGB is 167 - color contains mainly: blue. Hex color #1B12A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B12A7 is #E4ED58. Grayscale: #252525. Windows color (decimal): -15002969 or 10949147. OLE color: 10949147.

HSL color Cylindrical-coordinate representation of color #1B12A7: hue angle of 243.62º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B12A7 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2718167-
CMYK0.840.8900.35
HSL243.62º80.54%36.27%-
HSV(B)243.62º89.22%65.49%-
XYZ7.643.4636.82-
YUV37.68200.98120.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.74%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 167 (65.62% from 255) = 78.77%
R=12.74%
G=8.49%
B=78.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27181670.840.8900.35243.6280.5436.27
Hex1B12A75459023f45124
Octal332224712413104336412144
Binary110111001010100111101010010110010100011111101001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B12A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,18,167); }

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

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

 a { background-color: rgb(27,18,167); }

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

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

 span { border-color: rgb(27,18,167); }

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