#051B95

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

Shades of Ultramarine #051B95

Tints of Ultramarine #051B95

Color information

#051B95 (or 0x051B95) is unknown color: approx Ultramarine. HEX triplet: 05, 1B and 95. RGB value is (5,27,149). Sum of RGB (Red+Green+Blue) = 5+27+149=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 149 (58.59% from 255 or 82.32% from 181); Max value from RGB is 149 - color contains mainly: blue. Hex color #051B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051B95 is #FAE46A. Grayscale: #212121. Windows color (decimal): -16442475 or 9771781. OLE color: 9771781.

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

Color convert

RGB527149-
CMYK0.970.8200.42
HSL230.83º93.51%30.2%-
HSV(B)230.83º96.64%58.43%-
XYZ5.882.9928.7-
YUV34.33192.71107.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 27 (10.94% from 255) = 14.92%
BLUE value IS 149 (58.59% from 255) = 82.32%
R=2.76%
G=14.92%
B=82.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5271490.970.8200.42230.8393.5130.2
Hex51B95615202Ae75e1e
Octal53322514112205234713636
Binary101110111001010111000011010010010101011100111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051B95; }

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

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

<style>
 a { background-color: #051B95; }

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

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

<style>
 span { border-color: #051B95; }

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

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