#060F8F

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

Shades of Ultramarine #060F8F

Tints of Ultramarine #060F8F

Color information

#060F8F (or 0x060F8F) is unknown color: approx Ultramarine. HEX triplet: 06, 0F and 8F. RGB value is (6,15,143). Sum of RGB (Red+Green+Blue) = 6+15+143=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 143 (56.25% from 255 or 87.20% from 164); Max value from RGB is 143 - color contains mainly: blue. Hex color #060F8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060F8F is #F9F070. Grayscale: #1A1A1A. Windows color (decimal): -16380017 or 9375494. OLE color: 9375494.

HSL color Cylindrical-coordinate representation of color #060F8F: hue angle of 236.06º 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 #060F8F is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB615143-
CMYK0.960.9000.44
HSL236.06º91.95%29.22%-
HSV(B)236.06º95.8%56.08%-
XYZ5.22.3626.17-
YUV26.9193.52113.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.66%
GREEN value IS 15 (6.25% from 255) = 9.15%
BLUE value IS 143 (56.25% from 255) = 87.20%
R=3.66%
G=9.15%
B=87.20%

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
Decimal6151430.960.9000.44236.0691.9529.22
Hex6F8F605A02Cec5c1d
Octal61721714013205435413435
Binary11011111000111111000001011010010110011101100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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