#151C94

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

Shades of Ultramarine #151C94

Tints of Ultramarine #151C94

Color information

#151C94 (or 0x151C94) is unknown color: approx Ultramarine. HEX triplet: 15, 1C and 94. RGB value is (21,28,148). Sum of RGB (Red+Green+Blue) = 21+28+148=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #151C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151C94 is #EAE36B. Grayscale: #272727. Windows color (decimal): -15393644 or 9706517. OLE color: 9706517.

HSL color Cylindrical-coordinate representation of color #151C94: hue angle of 236.69º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151C94 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2128148-
CMYK0.860.8100.42
HSL236.69º75.15%33.14%-
HSV(B)236.69º85.81%58.04%-
XYZ6.073.1328.3-
YUV39.59189.18114.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 28 (11.33% from 255) = 14.21%
BLUE value IS 148 (58.20% from 255) = 75.13%
R=10.66%
G=14.21%
B=75.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21281480.860.8100.42236.6975.1533.14
Hex151C94565102Aed4b21
Octal253422412612105235511341
Binary101011110010010100101011010100010101010111011011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151C94; }

 p { color: rgb(21,28,148); }

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

<style>
 a { background-color: #151C94; }

 a { background-color: rgb(21,28,148); }

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

<style>
 span { border-color: #151C94; }

 span { border-color: rgb(21,28,148); }

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