#06158A

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

Shades of Ultramarine #06158A

Tints of Ultramarine #06158A

Color information

#06158A (or 0x06158A) is unknown color: approx Ultramarine. HEX triplet: 06, 15 and 8A. RGB value is (6,21,138). Sum of RGB (Red+Green+Blue) = 6+21+138=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 138 (54.30% from 255 or 83.64% from 165); Max value from RGB is 138 - color contains mainly: blue. Hex color #06158A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06158A is #F9EA75. Grayscale: #1D1D1D. Windows color (decimal): -16378486 or 9049350. OLE color: 9049350.

HSL color Cylindrical-coordinate representation of color #06158A: hue angle of 233.18º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06158A is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB621138-
CMYK0.960.8500.46
HSL233.18º91.67%28.24%-
HSV(B)233.18º95.65%54.12%-
XYZ4.932.4124.25-
YUV29.85189.03110.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 138 (54.30% from 255) = 83.64%
R=3.64%
G=12.73%
B=83.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6211380.960.8500.46233.1891.6728.24
Hex6158A605502Ee95c1c
Octal62521214012505635113434
Binary110101011000101011000001010101010111011101001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06158A; }

 p { color: rgb(6,21,138); }

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

<style>
 a { background-color: #06158A; }

 a { background-color: rgb(6,21,138); }

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

<style>
 span { border-color: #06158A; }

 span { border-color: rgb(6,21,138); }

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