#05198D

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

Shades of Ultramarine #05198D

Tints of Ultramarine #05198D

Color information

#05198D (or 0x05198D) is unknown color: approx Ultramarine. HEX triplet: 05, 19 and 8D. RGB value is (5,25,141). Sum of RGB (Red+Green+Blue) = 5+25+141=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 141 (55.47% from 255 or 82.46% from 171); Max value from RGB is 141 - color contains mainly: blue. Hex color #05198D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05198D is #FAE672. Grayscale: #1F1F1F. Windows color (decimal): -16442995 or 9246981. OLE color: 9246981.

HSL color Cylindrical-coordinate representation of color #05198D: hue angle of 231.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05198D is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB525141-
CMYK0.960.8200.45
HSL231.18º93.15%28.63%-
HSV(B)231.18º96.45%55.29%-
XYZ5.222.6525.44-
YUV32.24189.37108.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 141 (55.47% from 255) = 82.46%
R=2.92%
G=14.62%
B=82.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5251410.960.8200.45231.1893.1528.63
Hex5198D605202De75d1d
Octal53121514012205534713535
Binary101110011000110111000001010010010110111100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05198D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05198D; }

 p { color: rgb(5,25,141); }

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

<style>
 a { background-color: #05198D; }

 a { background-color: rgb(5,25,141); }

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

<style>
 span { border-color: #05198D; }

 span { border-color: rgb(5,25,141); }

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