#1B2195

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

Shades of Ultramarine #1B2195

Tints of Ultramarine #1B2195

Color information

#1B2195 (or 0x1B2195) is unknown color: approx Ultramarine. HEX triplet: 1B, 21 and 95. RGB value is (27,33,149). Sum of RGB (Red+Green+Blue) = 27+33+149=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B2195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2195 is #E4DE6A. Grayscale: #2B2B2B. Windows color (decimal): -14999147 or 9773339. OLE color: 9773339.

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

Color convert

RGB2733149-
CMYK0.820.7800.42
HSL237.05º69.32%34.51%-
HSV(B)237.05º81.88%58.43%-
XYZ6.423.4928.77-
YUV44.43187.01115.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.92%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 149 (58.59% from 255) = 71.29%
R=12.92%
G=15.79%
B=71.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27331490.820.7800.42237.0569.3234.51
Hex1B2195524E02Aed4523
Octal334122512211605235510543
Binary1101110000110010101101001010011100101010111011011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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