#060E8F

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

Shades of Ultramarine #060E8F

Tints of Ultramarine #060E8F

Color information

#060E8F (or 0x060E8F) is unknown color: approx Ultramarine. HEX triplet: 06, 0E and 8F. RGB value is (6,14,143). Sum of RGB (Red+Green+Blue) = 6+14+143=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 143 (56.25% from 255 or 87.73% from 163); Max value from RGB is 143 - color contains mainly: blue. Hex color #060E8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060E8F is #F9F170. Grayscale: #191919. Windows color (decimal): -16380273 or 9375238. OLE color: 9375238.

HSL color Cylindrical-coordinate representation of color #060E8F: hue angle of 236.5º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060E8F is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB614143-
CMYK0.960.9000.44
HSL236.5º91.95%29.22%-
HSV(B)236.5º95.8%56.08%-
XYZ5.192.3426.16-
YUV26.31193.85113.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 14 (5.86% from 255) = 8.59%
BLUE value IS 143 (56.25% from 255) = 87.73%
R=3.68%
G=8.59%
B=87.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6141430.960.9000.44236.591.9529.22
Hex6E8F605A02Cec5c1d
Octal61621714013205435413435
Binary11011101000111111000001011010010110011101100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060E8F; }

 p { color: rgb(6,14,143); }

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

<style>
 a { background-color: #060E8F; }

 a { background-color: rgb(6,14,143); }

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

<style>
 span { border-color: #060E8F; }

 span { border-color: rgb(6,14,143); }

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