#1B248E

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

Shades of Ultramarine #1B248E

Tints of Ultramarine #1B248E

Color information

#1B248E (or 0x1B248E) is unknown color: approx Ultramarine. HEX triplet: 1B, 24 and 8E. RGB value is (27,36,142). Sum of RGB (Red+Green+Blue) = 27+36+142=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B248E is #E4DB71. Grayscale: #2C2C2C. Windows color (decimal): -14998386 or 9315355. OLE color: 9315355.

HSL color Cylindrical-coordinate representation of color #1B248E: hue angle of 235.3º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B248E is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2736142-
CMYK0.810.7500.44
HSL235.3º68.05%33.14%-
HSV(B)235.3º80.99%55.69%-
XYZ5.973.4525.94-
YUV45.39182.52114.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.17%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 142 (55.86% from 255) = 69.27%
R=13.17%
G=17.56%
B=69.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal27361420.810.7500.44235.368.0533.14
Hex1B248E514B02Ceb4421
Octal334421612111305435310441
Binary1101110010010001110101000110010110101100111010111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,36,142); }

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

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

 a { background-color: rgb(27,36,142); }

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

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

 span { border-color: rgb(27,36,142); }

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