#05138D

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

Shades of Ultramarine #05138D

Tints of Ultramarine #05138D

Color information

#05138D (or 0x05138D) is unknown color: approx Ultramarine. HEX triplet: 05, 13 and 8D. RGB value is (5,19,141). Sum of RGB (Red+Green+Blue) = 5+19+141=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 141 (55.47% from 255 or 85.45% from 165); Max value from RGB is 141 - color contains mainly: blue. Hex color #05138D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05138D is #FAEC72. Grayscale: #1C1C1C. Windows color (decimal): -16444531 or 9245445. OLE color: 9245445.

HSL color Cylindrical-coordinate representation of color #05138D: hue angle of 233.82º 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 #05138D is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB519141-
CMYK0.960.8700.45
HSL233.82º93.15%28.63%-
HSV(B)233.82º96.45%55.29%-
XYZ5.12.4225.4-
YUV28.72191.36111.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 141 (55.47% from 255) = 85.45%
R=3.03%
G=11.52%
B=85.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5191410.960.8700.45233.8293.1528.63
Hex5138D605702Dea5d1d
Octal52321514012705535213535
Binary101100111000110111000001010111010110111101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05138D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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