#060FAF

Color #060FAF New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #060FAF

Tints of New Midnight Blue #060FAF

Color information

#060FAF (or 0x060FAF) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0F and AF. RGB value is (6,15,175). Sum of RGB (Red+Green+Blue) = 6+15+175=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 175 (68.75% from 255 or 89.29% from 196); Max value from RGB is 175 - color contains mainly: blue. Hex color #060FAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060FAF is #F9F050. Grayscale: #1D1D1D. Windows color (decimal): -16379985 or 11472646. OLE color: 11472646.

HSL color Cylindrical-coordinate representation of color #060FAF: hue angle of 236.8º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060FAF is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB615175-
CMYK0.970.9100.31
HSL236.8º93.37%35.49%-
HSV(B)236.8º96.57%68.63%-
XYZ7.983.4840.81-
YUV30.55209.52110.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 15 (6.25% from 255) = 7.65%
BLUE value IS 175 (68.75% from 255) = 89.29%
R=3.06%
G=7.65%
B=89.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6151750.970.9100.31236.893.3735.49
Hex6FAF615B01Fed5d23
Octal61725714113303735513543
Binary11011111010111111000011011011011111111011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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