#05148C

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

Shades of Ultramarine #05148C

Tints of Ultramarine #05148C

Color information

#05148C (or 0x05148C) is unknown color: approx Ultramarine. HEX triplet: 05, 14 and 8C. RGB value is (5,20,140). Sum of RGB (Red+Green+Blue) = 5+20+140=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 140 (55.08% from 255 or 84.85% from 165); Max value from RGB is 140 - color contains mainly: blue. Hex color #05148C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05148C is #FAEB73. Grayscale: #1C1C1C. Windows color (decimal): -16444276 or 9180165. OLE color: 9180165.

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

Color convert

RGB520140-
CMYK0.960.8600.45
HSL233.33º93.1%28.43%-
HSV(B)233.33º96.43%54.9%-
XYZ5.052.4325.01-
YUV29.2190.53110.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 20 (8.20% from 255) = 12.12%
BLUE value IS 140 (55.08% from 255) = 84.85%
R=3.03%
G=12.12%
B=84.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5201400.960.8600.45233.3393.128.43
Hex5148C605602De95d1c
Octal52421414012605535113534
Binary101101001000110011000001010110010110111101001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05148C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05148C; }

 p { color: rgb(5,20,140); }

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

<style>
 a { background-color: #05148C; }

 a { background-color: rgb(5,20,140); }

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

<style>
 span { border-color: #05148C; }

 span { border-color: rgb(5,20,140); }

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