#1B0395

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

Shades of Ultramarine #1B0395

Tints of Ultramarine #1B0395

Color information

#1B0395 (or 0x1B0395) is unknown color: approx Ultramarine. HEX triplet: 1B, 03 and 95. RGB value is (27,3,149). Sum of RGB (Red+Green+Blue) = 27+3+149=179 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.08% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 149 (58.59% from 255 or 83.24% from 179); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B0395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0395 is #E4FC6A. Grayscale: #1A1A1A. Windows color (decimal): -15006827 or 9765659. OLE color: 9765659.

HSL color Cylindrical-coordinate representation of color #1B0395: hue angle of 249.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B0395 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB273149-
CMYK0.820.9800.42
HSL249.86º96.05%29.8%-
HSV(B)249.86º97.99%58.43%-
XYZ5.912.4728.6-
YUV26.82196.95128.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.08%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 149 (58.59% from 255) = 83.24%
R=15.08%
G=1.68%
B=83.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2731490.820.9800.42249.8696.0529.8
Hex1B395526202Afa601e
Octal33322512214205237214036
Binary11011111001010110100101100010010101011111010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,3,149); }

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

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

 a { background-color: rgb(27,3,149); }

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

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

 span { border-color: rgb(27,3,149); }

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